There are only three main requirements to install uniview.
- Clang++ v12 or greater
- Having NPM installed
- NodeJS v12 or greater
To check you have the correct version of clang installed, simply run the command:
clang++ --version
And check the version number is greater than 12
Run the command:
npm -v
Run the command:
node -v
Simply run:
npm install -g @qupa/uniview
This will install uniview, bind the compile command, and pre-build the standard libraries.
There is a VSCode extension called Uniview Language
which is the offical VSCode extension for the language.
uvc --version