| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
| Name | Name | Last commit date | ||
|---|---|---|---|---|
English | 简体中文
A CMake C++ Project Template, letting you quickly start developing a C/C++ project. Implementation details can refer to my blog post.
$ mkdir build
$ cd build
$ cmake ..
$ make -j
$ make install DESTDIR={your destination}$ mkdir build
$ cd build
# cmake .. -DCMAKE_TOOLCHAIN_FILE=../platforms/linux/arm.himix200.cmake
$ cmake .. -DCMAKE_TOOLCHAIN_FILE=../platforms/linux/arm.himix200.cmake -DTOOLCHAIN_ROOTDIR={your toolchain directory}/arm-himix200-linux
$ make -j
$ make install DESTDIR={your destination}Copyright (c) 2020-present, Yiming(Ethan)
| Back | FazBrowse Home | New Git URL |