Ver código fonte

Add linux/gcc8 instruction to README

pull/160/head
skybber 5 anos atrás
pai
commit
4e59b288bb
1 arquivos alterados com 6 adições e 0 exclusões
  1. 6
    0
      README.md

+ 6
- 0
README.md Ver arquivo

@@ -51,6 +51,12 @@ export CXX=/usr/local/bin/g++-4.8
export SA_LDFLAGS=-fobjc-exceptions
```

### Linux gcc8 specific prebuild steps

```sh
export CFLAGS="-std=gnu++98 -pipe -Wno-stringop-overflow -Wno-deprecated-declarations -Wno-return-type"
```

### Compiling DCEVM

* Configure version you want in [gradle.properties](gradle.properties).

Carregando…
Cancelar
Salvar