Skip to content

Latest commit

 

History

History
29 lines (18 loc) · 579 Bytes

index.md

File metadata and controls

29 lines (18 loc) · 579 Bytes

Build

Preparation

How to build

Pull the repository:

git clone https://github.com/mebtte/cicada.git

Enter the work directory and install packages:

cd cicada && npm ci

build:

npm run build:current

You can find three executable binaries on build directory, only the one with current platform is working. For example, when building on Apple silicon macOS, only cicada-macos is working, the rest cicada-linux / cicada-win.exe can be run even you copy to linux or windows.