User:NeoAmsterdam/Notes in Progress: Difference between revisions
Jump to navigation
Jump to search
NeoAmsterdam (talk | contribs) (→To Do) |
NeoAmsterdam (talk | contribs) (Building TilEm - blow-by-blow) |
||
Line 21: | Line 21: | ||
=== Graph. Calc. === |
=== Graph. Calc. === |
||
Most (all?) require ROMs. |
Most (all?) require ROMs. |
||
⚫ | |||
{| |
|||
* Nothing in yum repos for F11... |
|||
|- |
|||
⚫ | |||
| |
|||
==== Under Wine ==== |
|||
*# yum install gcc<br />prob. need m4/make/patch/autoconf/automake/etc. - see '''''LSB''''' |
|||
⚫ | |||
*#*deps found: glibc-{devel,headers} kernel-headers {,cloog-}ppl # ''¿was ist das?'' |
|||
| |
|||
*# yum install auto{conf,make} |
|||
==== From Source ==== |
|||
*#* no deps shown |
|||
⚫ | |||
*# wget & unpack [http://sourceforge.net/projects/tilem/files/tilem-devel/0.973/tilem-0.973.tar.bz2/download tar.bz2] (pity there's no <tt>ln -S</tt> to latest) |
|||
|} |
|||
*# ./configure chokes: GTK+ may be installed, but not its <del>devils</del><tt>-devel</tt>s |
|||
*#* yum's kvetching about "no space on device" again... >_< ''restart''<br />Oh, great: <tt>shutdown -r now</tt> -> command not found... just my luck. :-P |
|||
*# yum install gtk+-devel (what a contradictory package name)... |
|||
*#* deps galore: <tt>{glib,xorg-x11-proto,lib{ICE,SM,X{11,au,dmcp,ext,i,t},xcb}}-devel</tt> |
|||
*# <tt>./configure <i>--without-ticables</i></tt>: |
|||
*#* requires GTK+ ≥2.4.0, installed 1.2.10 instead (d'oh!) |
|||
*# yum install gtk2-devel (what a non-plussed package name)... |
Revision as of 19:00, 13 February 2011
To Do
- yum in Lin. Lib. fonts; FixedSys Excel. (PR fonts are fine, too)
/usr/share/fonts, right? DPI note for GNOME (180dpi, right? or was it 108?)
Done
VM
512MB is a must for any GNOME-work.
Goog Chrome
Ugh, but it's leaner than FiFox
- requires LSB≥3.2
- yum install redhat-lsb
gives that @#$%ing "out of space" error (not with a 16GB SD you aren't!!!!) - console: -> /sbin/init 3 ... yum install redhat-lsb
ditto >_< - #ed "/var" mounts; restart
- Gnome: yum install redhat-lsb
Works! Dependencies: m4 make patch pax
- yum install redhat-lsb
- Grab Goog's rpm (where's the SRPM you "let's not be evil" b*****ds?!)
- rpm -ivh g...rpm OK
As sluggish as FiFox, as alien as M$Office 12
Warning: Geo.Loc., D/L Loc., privacy settings, lame "oops" messages...
Doing
Graph. Calc.
Most (all?) require ROMs.
- vti's ok under Wine, but why Wine it?
- Nothing in yum repos for F11...
- TilEm needs GTK+ (assumed installed) and a trifecta (./configure && make && sudo make install)...
- TilEm needs GTK+ (assumed installed) and a trifecta (./configure && make && sudo make install)...
- yum install gcc
prob. need m4/make/patch/autoconf/automake/etc. - see LSB- deps found: glibc-{devel,headers} kernel-headers {,cloog-}ppl # ¿was ist das?
- yum install auto{conf,make}
- no deps shown
- wget & unpack tar.bz2 (pity there's no ln -S to latest)
- ./configure chokes: GTK+ may be installed, but not its
devils-devels- yum's kvetching about "no space on device" again... >_< restart
Oh, great: shutdown -r now -> command not found... just my luck. :-P
- yum's kvetching about "no space on device" again... >_< restart
- yum install gtk+-devel (what a contradictory package name)...
- deps galore: {glib,xorg-x11-proto,lib{ICE,SM,X{11,au,dmcp,ext,i,t},xcb}}-devel
- ./configure --without-ticables:
- requires GTK+ ≥2.4.0, installed 1.2.10 instead (d'oh!)
- yum install gtk2-devel (what a non-plussed package name)...
- yum install gcc