Added example config
the build was successful Details

This commit is contained in:
tastytea 2018-12-29 05:48:52 +01:00
parent 2cba143b4e
commit e5a961e18a
Signed by: tastytea
GPG Key ID: CFC39497F1B26E07
1 changed files with 8 additions and 1 deletions

View File

@ -29,7 +29,14 @@ int main(int argc, char *argv[])
## Configuration
The configuration file is in `${XDG_CONFIG_HOME}/cppscript.cfg`.
### Example config
```CFG
compiler = "g++";
cache_dir = "/home/user/.cache/cppscript";
```
## Install
@ -37,7 +44,7 @@ int main(int argc, char *argv[])
#### Dependencies
* C++ compiler (tested: [gcc](https://gcc.gnu.org/) 6/7/8,
* C++ compiler (tested: [gcc](https://gcc.gnu.org/) 5/6/7/8,
[clang](https://llvm.org/) 3/5/6)
* [cmake](https://cmake.org/) (at least 3.2)
* [libxdg-basedir](http://repo.or.cz/w/libxdg-basedir.git) (tested: 1.2)