====== Sitemap ====== This is a sitemap over all available pages ordered by [[doku>namespaces|namespaces]].
Page Actions
Wiki Actions
User Actions
====== Differences ====== This shows you the differences between two versions of the page.
|
guides:e17-intrepid [2009/03/07 21:28] fishy hum, why did I leave that out? |
guides:e17-intrepid [2009/03/07 22:31] (current) fishy expedite requires automake 1.10 |
||
|---|---|---|---|
| Line 17: | Line 17: | ||
| bison \ | bison \ | ||
| flex \ | flex \ | ||
| + | automake \ | ||
| automake1.9 \ | automake1.9 \ | ||
| + | automake1.10 \ | ||
| autoconf \ | autoconf \ | ||
| gettext | gettext | ||
| Line 52: | Line 54: | ||
| libcurl4-openssl-dev \ | libcurl4-openssl-dev \ | ||
| libsqlite3-dev \ | libsqlite3-dev \ | ||
| - | libxslt-dev | + | libxslt-dev \ |
| + | libglib2.0-0 \ | ||
| + | libglib2.0-dev | ||
| Line 93: | Line 97: | ||
| libtheora0 \ | libtheora0 \ | ||
| libtheora-dev \ | libtheora-dev \ | ||
| + | ffmpeg \ | ||
| + | libavcodec51 \ | ||
| + | libavcodec-dev \ | ||
| + | gstreamer0.10-ffmpeg \ | ||
| libid3tag0-dev | libid3tag0-dev | ||
| Line 108: | Line 116: | ||
| My changes to the file are ...... to be documented... | My changes to the file are ...... to be documented... | ||
| + | <code> | ||
| + | --- easy_e17.sh 2009-03-07 21:26:43.000000000 +0100 | ||
| + | +++ easy_e17.sh_orig 2009-03-07 21:22:51.000000000 +0100 | ||
| + | @@ -15,10 +15,10 @@ | ||
| + | |||
| + | |||
| + | # Internal variables, most are available through cmd args! | ||
| + | -tmp_path="$HOME/compile/e17/tmp/easy_e17" | ||
| + | +tmp_path="/tmp/easy_e17" | ||
| + | logs_path="$tmp_path/install_logs" | ||
| + | status_path="$tmp_path/status" | ||
| + | -src_path="$HOME/compile/e17_src" | ||
| + | +src_path="$HOME/e17_src" | ||
| + | |||
| + | src_url="http://svn.enlightenment.org/svn/e/trunk" | ||
| + | conf_files="/etc/easy_e17.conf $HOME/.easy_e17.conf ./.easy_e17.conf" | ||
| + | </code> | ||
| + | |||
| + | NOTE that easy_e17.sh changes quite frequently. The base of my change is: relocate where teh script stores its data.... | ||
| chmod 755 easy_e17.sh | chmod 755 easy_e17.sh | ||
| ./easy_e17.sh -i | ./easy_e17.sh -i | ||