NOX 0.5 has been added to the download page and pushed to the noxrepo git repository. The major changes include removing dojo, restructuring of authenticator, and many bugfixes. Users of 0.4 can probably upgrade to 0.5 without requiring any major restructuring. You can download the source releases here:
- nox-0.5.0~core~beta.tar.gz: Minimal release (recommended for new users)
- nox-0.5.0~full~beta.tar.gz: Full release
To download from git:
mkdir nox
cd nox/
git clone git://noxrepo.org/noxcore
cd noxcore
./boot.sh
mkdir build
cd build/
../configure –with-python=yes
make

