Skip to content

elijahhampton/zingo-pc

 
 

Repository files navigation

Zingo PC

Compiling from source

Zingo PC is written in Electron/Javascript and can be build from source. It will also automatically compile the Rust SDK needed to run zingo-pc.

Pre-Requisites

You need to have the following software installed before you can build Zingo PC

NOTE: To ensure node 16.16 on Arch: paru -S nvm And follow "Alternate Installations" for 16.16 https://wiki.archlinux.org/title/node.js_ I.E.:

nvm install 16.16
nvm use 16.16

NOTE2: You have to install openssl & protobuf compiler as well.

git clone https://github.com/zingolabs/zingo-pc.git
cd zingo-pc

yarn install
yarn build

If for some reason you get an ERR_OSSL_EVP_UNSUPPORTED error when running yarn build in node v17, v18 or higher, just run the command with NODE_OPTIONS=--openssl-legacy-provider env variable, or downgrade the node version to v16.16.0.

To start in locally, run

yarn start

If for some reason, you couldn't run zingo-pc using the above command, so I compiled the binary instead:

yarn dist:linux
or
yarn dist:win-arm64
or
yarn dist:win-x64
or
yarn dist:mac-arm64
or
yarn dist:mac-x64

The binaries should be in the dist directory.

About

A desktop Zingo

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • TypeScript 68.7%
  • JavaScript 24.7%
  • Rust 3.0%
  • CSS 2.8%
  • HTML 0.5%
  • Shell 0.3%