Skip to content

morebrownies/OpenBazaar-Installer

 
 

Repository files navigation

OpenBazaar-Installer

In this repository we'll have the scripts necessary to create binary distributions for different operating systems. The goal here is to have a 1-step build process.

You need of the follow dependencies:

  • wine
  • nodejs (npm executable)
  • grunt
  • grunt-electron-debian-installer

(optional) upx and ucl to optimize standalone executable

Install them on brew (OSX) or do a query on your Linux package manager.

This repository is not to install the software, but to BUILD the installer itself. We will make downloadable installer executables available at https://openbazaar.org.

This creation script has only been tested running on OS X Yosemite, Windows 10 and Ubuntu 14.04.

Linux

  • ./make_openbazaar.sh linux64 (64-bit)
  • ./make_openbazaar.sh linux32 (32-bit)

Windows

To build the Windows installer on Linux and OSX you can run:

  • sh make_openbazaar.sh win32 (32-bit)
  • sh make_openbazaar.sh win64 (64-bit)

OSX

./make_openbazaar.sh osx

About

Process for building the OpenBazaar executables on OSX, Linux and Windows

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Python 56.0%
  • NSIS 25.6%
  • C 7.3%
  • Shell 6.4%
  • PowerShell 3.8%
  • JavaScript 0.9%