BitShares Forum
Main => Technical Support => Topic started by: davidpbrown on October 18, 2015, 10:50:52 am
-
I'm just looking at the steps needed to upgrade and it seems I need 0.9.3c and then 2.#.
Where is the build or otherwise instructions for 32bit Linux???.. the download 64bit gives an unhelpful "Exec format error" that some users might not understand.
https://bitshares.org/download/
> The latest official release can always be found on GitHub at this URL: https://github.com/bitshares/bitshares/releases/latest
points to 0.9.2
and
https://github.com/bitshares/bitshares-0.x/releases
suggests a 0.9.3c marked as prerelease - is that the right copy to do a build against?
Is there still not a Linux repository for these? - that would make life so much easier for Ubuntu/Mint users.
-
use git to clone the latest master from https://github.com/bitshares/bitshares-0.x
ie
git clone https://github.com/bitshares/bitshares-0.x
-
urgh..
bitshares-0.x for 0.9.3c qt build fails on npm install for why I can't immediately see.. this more time consuming that I was hoping for.
Error is..
npm ERR! git fetch -a origin (git://github.com/linemanjs/grunt-contrib-sass) error: cannot open FETCH_HEAD: Permission denied
logfile suggesting
>6144 error Error: No compatible version found: grunt-contrib-sass@'linemanjs/grunt-contrib-sass
npm ERR! not ok code 0
Is there an option to export from commandline Linux without the qt??
:-\