Getting started
Installation
Build from source
$ git clone https://github.com/autoitplus/aup.git$ cd aup# With GCC
$ g++ -w -O3 -o aup src/*.cc# With Visual Studio
Pre-built executable
Hello world
Last updated