An open API service indexing awesome lists of open source software.

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

Awesome Lists containing this project

README

          

# valhalla-compile [![Build Status](https://travis-ci.org/TeXitoi/valhalla-compile.svg?branch=master)](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.