Skip to content

Instantly share code, notes, and snippets.

@stevenroose
Last active April 2, 2018 15:23
Show Gist options
  • Star 3 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save stevenroose/4bf2c10b1f5974c07b41 to your computer and use it in GitHub Desktop.
Save stevenroose/4bf2c10b1f5974c07b41 to your computer and use it in GitHub Desktop.
Building OpenBazaar on Fedora 22 (64-bit)
- Install NPM (NodeJS package manager)
$ sudo npm install -g grunt-cli
$ sudo npm install grunt-electron-debian-installer --save-dev
$ git clone https://github.com/OpenBazaar/OpenBazaar-Installer
$ cd OpenBazaar-Installer/
$ ./make_installer.sh linux64
@DarrellDuane
Copy link

The new make script's name is make_openbazaar.sh

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment