-
1Step 1
Install dependencies: git, GNU/make, gcc, flex, bison, gperf
Debian/ubuntu: sudo apt-get install build-essential git flex bison gperf
Arch Linux: sudo pacman -S git flex bison gperf
OS X: brew install coreutils git make
-
2Step 2
Compile and install kconfig-frontends
Grab the latest tarball, http://ymorin.is-a-geek.org/projects/kconfig-fron...
unpack
cd kconfig-frontends
./configure --prefix=/usr
make
sudo make install
-
3Step 3
Check out the latest antares master to your home directrory:
git clone git://github.com/nekromant/antares.git ~/.antares
-
4Step 4
Install aproj bootstrap tool:
cd ~/.antares/abootstrap
sudo make install
-
5Step 5
Add ANTARES_INSTALL_DIR to your bashrc (~/.bashrc) with this line
export ANTARES_INSTALL_DIR=~/.antares
and restart the shell or open a new one
-
6Step 6
Update the application template repository using
aproj update
-
7Step 7
Bootstrap a new antares-based project by running 'aproj' in an empty directory of your choice
-
8Step 8
Actually code an awesome antares-based project and post it on hackaday.io
-
9Step 9
...
-
10Step 10
PROFIT!
Discussions
Become a Hackaday.io Member
Create an account to leave a comment. Already have an account? Log In.