https://github.com/texitoi/valhalla-compile
A script to compile Valhalla
https://github.com/texitoi/valhalla-compile
Last synced: about 1 year ago
JSON representation
A script to compile Valhalla
- Host: GitHub
- URL: https://github.com/texitoi/valhalla-compile
- Owner: TeXitoi
- License: mit
- Created: 2016-09-22T09:43:23.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2016-12-12T16:16:37.000Z (over 9 years ago)
- Last Synced: 2025-03-17T11:58:45.757Z (about 1 year ago)
- Language: Shell
- Homepage:
- Size: 7.81 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
Awesome Lists containing this project
README
# valhalla-compile [](https://travis-ci.org/TeXitoi/valhalla-compile)
A script to compile [Valhalla](https://github.com/valhalla)
## Usage
```
$ ./compile.sh -h
Usage: ./compile.sh [OPTION]...
Clone, compile and install Valhalla.
-h print this message and exit
-a skip autogen
-c skip configure
-s skip projects matching regex
-m update to master
-t skip test
```
Everything will be cloned in the current directory. You can use the file `conf.sh` in the current directory to tune the compilation process. For example:
```sh
CXXFLAGS='-O2 -g'
```
will do a optimized build with debug info. Everything will be installed in the `local` directory of the current directory.