Installation
Package Manager
Section titled “Package Manager”To install NoteVC via a package manager use the commands below:
brew install darwincereska/software/notevc yay -S notevc sudo apt install notevc sudo dnf install notevcManual Installation
Section titled “Manual Installation”From Release
Section titled “From Release”Download the binary from the latest release:
wget -O notevc-macos-arm64 $(wget -qO- https://api.github.com/repos/darwincereska/notevc/releases/latest | grep "browser_download_url.*notevc-macos-arm64" | cut -d '"' -f 4)wget -O notevc-linux-x64 $(wget -qO- https://api.github.com/repos/darwincereska/notevc/releases/latest | grep "browser_download_url.*notevc-macos-arm64" | cut -d '"' -f 4)From Source
Section titled “From Source”Below is the instructions on compiling from source
- Clone the repository:
git clone https://github.com/darwincereska/notevc && cd notevc- Build the
.jarfile
gradle build- Compile the binary
gradle nativeCompile