https://github.com/wopss/odlib
An open-source library that contains useful classes for C++ projects.
https://github.com/wopss/odlib
cpp17 library premake
Last synced: 2 months ago
JSON representation
An open-source library that contains useful classes for C++ projects.
- Host: GitHub
- URL: https://github.com/wopss/odlib
- Owner: wopss
- License: mit
- Created: 2017-04-02T19:38:43.000Z (about 8 years ago)
- Default Branch: master
- Last Pushed: 2018-02-02T00:32:21.000Z (over 7 years ago)
- Last Synced: 2025-02-09T19:17:23.924Z (4 months ago)
- Topics: cpp17, library, premake
- Language: C++
- Homepage:
- Size: 82 KB
- Stars: 1
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
Awesome Lists containing this project
README
# ODLib
[](https://travis-ci.org/WopsS/ODLib)
[](https://ci.appveyor.com/project/WopsS/odlib)An open-source library that contains useful classes for C++ projects.
## Build instructions
### Requirements
* **[PREMAKE 5](https://github.com/premake/premake-core/releases)**.
### Windows
1. Download and install **[Visual Studio 2017 Community Edition](https://www.visualstudio.com/)** or a higher version.
2. Clone this repository.
3. Extract the content of **[PREMAKE 5](https://github.com/premake/premake-core/releases)** into **Premake** directory.
11. Go to the **Premake** directory and run **GenerateVisualStudioProject.bat**.
12. Open the solution (**ODLib.sln**) located in **Premake/Project** directory.
13. Build the project.### Linux
1. Download and install a **C++ compiler**.
2. Clone this repository.
3. Extract the content of **[PREMAKE 5](https://github.com/premake/premake-core/releases)** into **Premake** directory.
4. Go to the **Premake** directory and run **GenerateGNUMakeProject.sh**.
5. Build the project by running the `make` command into **Premake/Project** directory.