Hi, i have installed pixie on Ubuntu 9.10 64bit
I did the installation described in documentation and set my .bashrc:
export PIXIEHOME=/usr/local/pixie export PATH=$PATH:$PIXIEHOME/bin export LD_LIBRARY_PATH=$LD_LIBRARY_PATH:$PIXIEHOME/lib
but pixie don'work.
Hi marea2, maybe you must set the DISPLAYS variable to the displays directory.
You can get Deb packages here: https://launchpad.net/~gabriel-inv/+archive/pixie/
Regards!
I encountered the same. It seems to me, either Pixie's documentation is wrong or either Pixie on its own is wrong.
In short, setting the PIXIEHOME environment variable is not enough, you also have to set SHADERS too.
If you are running Ubuntu or anything similar, you may append this to your “.profile” file (an hidden file of your home directory):
export PIXIEHOME="/usr/share/Pixie" export SHADERS="$PIXIEHOME/shaders"
I bet at least the documentation should be fixed about it.
Log in to post a comment.
Hi, i have installed pixie on Ubuntu 9.10 64bit
I did the installation described in documentation and set my .bashrc:
export PIXIEHOME=/usr/local/pixie
export PATH=$PATH:$PIXIEHOME/bin
export LD_LIBRARY_PATH=$LD_LIBRARY_PATH:$PIXIEHOME/lib
but pixie don'work.
Hi marea2, maybe you must set the DISPLAYS variable to the displays directory.
You can get Deb packages here: https://launchpad.net/~gabriel-inv/+archive/pixie/
Regards!
I encountered the same. It seems to me, either Pixie's documentation is wrong or either Pixie on its own is wrong.
In short, setting the PIXIEHOME environment variable is not enough, you also have to set SHADERS too.
If you are running Ubuntu or anything similar, you may append this to your “.profile” file (an hidden file of your home directory):
I bet at least the documentation should be fixed about it.