-
Notifications
You must be signed in to change notification settings - Fork 28
Getting Started
Gyeonghwan Hong edited this page Dec 13, 2018
·
2 revisions
$ git clone https://github.com/SKKU-ESLAB/ANT
It is dependent on target device.
ANT requires cmake, python3, and kconfiglib to configure build.
$ sudo apt-get install cmake python3 pip3
$ sudo pip3 install kconfiglib
In example of Raspberry Pi 2 or 3:
$ ./target/raspberry-pi2_3/install-deps-raspberry-pi2_3.sh
In example of Tegra TX1 or TX2:
$ ./target/tegraTX1/install-deps-tegraTX1.sh
You can configure how to build ANT framework with following commands.
$ ./menuconfig.py
Then you can see following build configuration menu.

$ mkdir build && cd build
$ cmake ..
$ make -j4
If you changed your build configuration, you should make your build directory once again.
In example of Raspberry Pi 2 or 3:
$ sudo ./scripts/install.sh --target=raspberry-pi2_3
$ sudo run_ant
- Home
- About
- Getting Started
-
ANT APIs
- ANT Classic API
- ANT Lite API
- Getting Involved