Name | Modified | Size | Downloads / Week |
---|---|---|---|
Parent folder | |||
README.md | 2022-08-14 | 4.8 kB | |
Totals: 1 Item | 4.8 kB | 0 |
Programming Learning and Development Resources - CMake
Resources
These folders contain resources and links that should aid people in learning about the construction and programming of the environments and kits maintained here.
How Can I Help?
** Please provide resources that can be added to these lists or this folder ***
** ALL CONTRIBUTIONS AND COMMENTS ARE GRATEFULLY WELCOMED ** !
Reports
Reports, suggestions and comments via the JTSDK Forum - or via the email addresses from main contributors there of late if you do not have post access - are essential.
Programming Resources - CMake
What is CMake?
CMake is an open-source, cross-platform family of tools designed to build, test and package software. CMake is used to control the software compilation process using simple platform and compiler independent configuration files, and generate native makefiles and workspaces that can be used in the compiler environment of your choice. (ref: https://cmake.org/ ).
References
- Developer's Tutorial: https://cmake.org/cmake/help/latest/guide/tutorial/index.html
- A reasonable tutorial: https://riptutorial.com/cmake
- An introduction to Modern CMake: https://cliutils.gitlab.io/modern-cmake/ PDF Download: https://cliutils.gitlab.io/modern-cmake/modern-cmake.pdf
- Beginner's Guide to CMake: https://github.com/pyk/cmake-tutorial
Conclusion and Further References
The aim of JTSDK64 Project is to use an Agile delivery approach to create a high-quality, yet flexible build system.