I just ran into an issue while running install.sh - the Menu/ directory is missing.
I was using the nsis204.tar.bz2 tarball from sourceforge and had performed a "make USE_PRECOMPILED_HEADERS=1" in the Source/ directory
After I copied the Menu/ tree from my windows install everything installed and ran fine.
missing Menu dir in linux tarball
3 posts
Thanks, removed the Menu directory from install.sh. It should be possible to compile the NSIS menu on POSIX since it's using wxWidgets. However, half the linked programs aren't compiled on POSIX and I'm sure command line users will be able to find the relevant directories anyway.
cool - thanks for the update.