Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/rudjigames/build
Build system scripts based on GENie (https://github.com/bkaradzic/genie) project generator tool
https://github.com/rudjigames/build
build build-automation build-pipelines build-system build-tool cross-platform gamedev genie lua modular
Last synced: about 1 month ago
JSON representation
Build system scripts based on GENie (https://github.com/bkaradzic/genie) project generator tool
- Host: GitHub
- URL: https://github.com/rudjigames/build
- Owner: RudjiGames
- License: bsd-2-clause
- Created: 2017-08-08T12:40:58.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2024-04-01T06:47:42.000Z (9 months ago)
- Last Synced: 2024-04-01T21:30:52.660Z (9 months ago)
- Topics: build, build-automation, build-pipelines, build-system, build-tool, cross-platform, gamedev, genie, lua, modular
- Language: C
- Homepage:
- Size: 12.8 MB
- Stars: 35
- Watchers: 5
- Forks: 9
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
![build logo](https://raw.githubusercontent.com/RudjiGames/build/gh-pages/images/build_logo.png)
[![License](https://img.shields.io/badge/license-BSD--2%20clause-blue.svg)](https://github.com/RudjiGames/build/blob/master/LICENSE)
**build** is a set of scripts for a build system based on [GENie](https://github.com/bkaradzic/GENie) and other tools.
Goal of **build** is to minimize efforts that go into maintaining project configurations and their physical organization on disk.Some highlight features of **build**:
* Centralized location to control configrations of projects/solutions (VS lingo)
* Ability to add projects/solutions with just a few lines of Lua script
* Dependencies added hierarchically - dependencies of dependencies added automatically
* Per project custom settings (dependencies, include paths, etc.)
* Support for Qt based projects
* Shipping with a number of scripts to build 3rd party libraries
* Predefined project types (library, samples, tools, executable, etc.)
* Platform specific deployment (WIP)Source Code
======You can get the latest source code by cloning it from github:
git clone https://github.com/RudjiGames/build.git
Dependencies
======**build** requires Lua to be installed for Qt based projects as it's used for MOC-ing and similar tasks.
Documentation
======**build** documentation can be found [here](https://RudjiGames.github.io/build/).
License (BSD 2-clause)
======Copyright 2023 by Milos Tosic. All rights reserved.
https://github.com/RudjiGames/build
Redistribution and use in source and binary forms, with or without
modification, are permitted provided that the following conditions are met:
1. Redistributions of source code must retain the above copyright notice,
this list of conditions and the following disclaimer.
2. Redistributions in binary form must reproduce the above copyright
notice, this list of conditions and the following disclaimer in the
documentation and/or other materials provided with the distribution.
THIS SOFTWARE IS PROVIDED BY COPYRIGHT HOLDER ``AS IS'' AND ANY EXPRESS OR
IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF
MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO
EVENT SHALL COPYRIGHT HOLDER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT,
INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES
(INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES;
LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND
ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
(INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF
THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.