|
installing_dexen
How to install Dexen - Windows and Linux.
Installing DexenVersionsThese instructions are for installation of Dexen using dexen-0.3.4.tar.gz. This is the plain 'vanilla' version of Dexen. If you are going to use Dexen together with Houdini, then it may be easier to install Dexen using one of the special Houdini versions: either dexen-32-hou-0.3.4.x.zip (for Windows 32) or dexen-64-hou-0.3.4.x.zip (for Windows 64). In this case, please just unzip these files and follow the instructions in the readme file. Pre-requisites
WindowsInstallation using source tarball (.tar.gz):
After the installation:
LinuxInstallation using source tarball (.tar.gz): $ tar xvfz dexen-0.3.x.tar.gz
$ cd dexen-0.3.x
$ sudo python setup.py install (as root)Note: sudo is needed because the installation needs to have a root access since dexen is installed under the directory /usr/local/lib/python2.x/dist-packages/dexen-0.3.x by default. After the installation:
Starting DexenThe scripts are like the executables. To run dexen, the user needs to run those scripts. See Starting Dexen for more details. | |