This shows you the differences between two versions of the page.
|
gtkradiant_install [2010/05/04 01:18] challengespaceyard Updated Windows builds |
gtkradiant_install [2010/05/18 16:14] (current) mym |
||
|---|---|---|---|
| Line 144: | Line 144: | ||
| To do that you need of course "fakeroot" and "alien". If you haven't already got them, try a simple | To do that you need of course "fakeroot" and "alien". If you haven't already got them, try a simple | ||
| - | # apt-get install fakeroot alien | + | # sudo apt-get install fakeroot alien |
| - | Thus you just have to install your newly created DEB package (as root): | + | Thus you just have to install your newly created DEB package: |
| - | # dpkg -i gtkradiant_1.5*.deb | + | # sudo dpkg -i gtkradiant_1.5*.deb |
| As GtkRadiant doesn't require a lot of external dependencies (mainly GtkGlext for 3D preview display) it should work on most environnements. GtkRadiant should now be installed in ''/opt/gtkradiant/''. You can launch it by: | As GtkRadiant doesn't require a lot of external dependencies (mainly GtkGlext for 3D preview display) it should work on most environnements. GtkRadiant should now be installed in ''/opt/gtkradiant/''. You can launch it by: | ||