Skip to content

Installation

To install NoteVC via a package manager use the commands below:

Terminal window
brew install darwincereska/software/notevc

Download the binary from the latest release:

Terminal window
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)

Below is the instructions on compiling from source

  1. Clone the repository:
GitHub repository
git clone https://github.com/darwincereska/notevc && cd notevc
  1. Build the .jar file
Gradle build command
gradle build
  1. Compile the binary
Terminal window
gradle nativeCompile