https://github.com/antonako1/c-cpp_base
base project c/cpp
https://github.com/antonako1/c-cpp_base
c cmake cpp linux nsis windows
Last synced: 3 months ago
JSON representation
base project c/cpp
- Host: GitHub
- URL: https://github.com/antonako1/c-cpp_base
- Owner: Antonako1
- Created: 2024-05-30T14:04:26.000Z (about 2 years ago)
- Default Branch: master
- Last Pushed: 2024-08-09T20:43:35.000Z (almost 2 years ago)
- Last Synced: 2025-04-06T22:46:09.161Z (over 1 year ago)
- Topics: c, cmake, cpp, linux, nsis, windows
- Language: NSIS
- Homepage:
- Size: 33.2 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
Build and run
Windows, visual studio:
C++ CMake tools for windows
C++ v14.xx build tools for (processor)
MSVC build tools
Linux:
cmake, ninja and somekind of C/C++ compiler
NOTE: See .\\\globals.. Enter your paths there, or the executable programs if they are found in the path
initialize new git repository:
.\start.
build project:
.\\build.
run project:
.\\run. [args...]
build and run the project:
.\build_n_run. [args...]
clear build:
.\\\del.
Releasing:
In .\release_building, run win.bat and then linux.sh
You may have to modify the order yourself or the release build process
Change project names in .nsi and check the whole .AppDir, it is named as "C_CPP_BASE"