Differences
This shows you the differences between two versions of the page.
| Next revision | Previous revision | ||
| howto:create_graphical_installer [2007/12/15 04:21] – created 98.196.111.227 | howto:create_graphical_installer [2019/03/27 22:38] (current) – [InstallI] typo blueberrybrownie | ||
|---|---|---|---|
| Line 1: | Line 1: | ||
| - | This page is based on the following IRC conversation: | + | ===== Requirements ===== |
| - | < | + | * ruby interpreter |
| - | < | + | * "fat tarball" |
| - | <kelnos|laptop> ongardie: it works, documentation is nonexistant, | + | |
| - | < | + | ===== Install ===== |
| - | < | + | This is the core of the installer. |
| - | < | + | <code> |
| - | < | + | svn co http://svn.xfce.org/ |
| - | < | + | cd installit |
| - | < | + | ./ |
| - | < | + | make |
| - | < | + | sudo make install |
| - | <kelnos|laptop> yeah | + | cd .. |
| - | < | + | </code> |
| - | < | + | |
| - | <kelnos|laptop> ongardie: grab the xfce-installers/ | + | ===== Xfce Config ===== |
| - | <kelnos|laptop> you can modify | + | <code> |
| - | <kelnos|laptop> the makefile in there shows what commands to run to build it | + | svn co http:// |
| - | <kelnos|laptop> you want to create a subdir called ' | + | cd xfce44-installer |
| - | but strip the version | + | </code> |
| - | <kelnos|laptop> ongardie: i think that's about it, but i don't remember exactly | + | Update |
| - | </file> | + | |
| + | ===== Xfce Components ===== | ||
| + | <code> | ||
| + | mkdir release | ||
| + | cd release | ||
| + | </ | ||
| + | Acquire a fat tarball and place it here. | ||
| + | <code> | ||
| + | tar -xjf xfce-*-src.tar.bz2 | ||
| + | </ | ||
| + | That' | ||
| + | (I have a script to automate this. -ongardie) | ||
| + | <code> | ||
| + | cd .. #back to xfce44-installer | ||
| + | </code> | ||
| + | |||
| + | ===== Build It ===== | ||
| + | < | ||
| + | make | ||
| + | ./ | ||
| + | </code> | ||