https://github.com/sjoerdev/xmake-template
this is a template for using the xmake build system
https://github.com/sjoerdev/xmake-template
Last synced: 4 months ago
JSON representation
this is a template for using the xmake build system
- Host: GitHub
- URL: https://github.com/sjoerdev/xmake-template
- Owner: sjoerdev
- Created: 2025-01-12T12:08:20.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2025-11-30T23:21:36.000Z (6 months ago)
- Last Synced: 2025-12-03T09:30:10.603Z (6 months ago)
- Language: C++
- Homepage:
- Size: 5.86 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: readme.md
Awesome Lists containing this project
README
## Description:
This is a template for using the xmake build system.
## Requirements:
1. Have a C++ compiler like [MSVC](https://visualstudio.microsoft.com/visual-cpp-build-tools/) or [Clang](https://releases.llvm.org/download.html) or [GCC](https://gcc.gnu.org/install/) installed
2. Have the [xmake](https://xmake.io) build system installed
## Building:
1. Run ``xmake`` to build the project
2. Run ``xmake run`` to run the project