I'm sure most will figure this out, but it's actually "./build_linux.sh" for the first script =)
Arch Linux users have to make some minor changes to the scripts because python is actually a reference to python3 (system default for Arch Linux). Changing python to python2 in the scripts is good enough. Or they can try the wiki suggestion https://wiki.archlinux.org/index.php/python#Dealing_with_version_problem_in_build_scripts I'll file tickets in the github issue tracker when I find them. Great work on this project. Donovan On Sat, Mar 29, 2014 at 4:39 AM, Nathan Woodrow <[email protected]> wrote: > Hey all, > > Just thought I would anyone know who has been following my Roam project > that I have started to work on making it run in Linux too, and then OS X > with help. > > You can find the in progress code here: > https://github.com/NathanW2/Roam/tree/linux > > I'm am not a Linux expert so any help or advice would been welcome. > > Download the source and first run: ./linux_build.sh You will need the > PyQt dev tools installed and it assumes QGIS is in /usr/ > > After the UI files are built you can run ./run_linux-config.sh to load the > config manger to create a project and forms. > > Run ./run_linux.sh to launch Roam itself. > > Here is a screenshot from me running it last night on Ubuntu > http://i.imgur.com/SrBPlai.png > > Most things should work however there might be some stuff that still needs > updating, I'll fix them as we go. > > Regards, > Nathan > > _______________________________________________ > Qgis-user mailing list > [email protected] > http://lists.osgeo.org/mailman/listinfo/qgis-user >
_______________________________________________ Qgis-user mailing list [email protected] http://lists.osgeo.org/mailman/listinfo/qgis-user
