Update README.md

This commit is contained in:
Roman Chistokhodov 2016-10-09 16:39:05 +03:00
parent 3dcf197a30
commit b730bafa1c
1 changed files with 13 additions and 1 deletions

View File

@ -1,5 +1,17 @@
# Vluzacn ZHLT
[![Build Status](https://travis-ci.org/MyLittleRobo/vhlt.svg?branch=master)](https://travis-ci.org/MyLittleRobo/vhlt)
[![Build Status](https://travis-ci.org/FreeSlave/vhlt.svg?branch=master)](https://travis-ci.org/MyLittleRobo/vhlt)
Custom Zoner's Half-Life Tools created by vluzacn. This is not my project, I just need repository here to add support for determining of the number of threads on posix systems.
## Building
make
If you want to pass additional flags to make:
make USER_FLAGS="your flags"
Example:
make USER_FLAGS="-static-libstdc++"