소스 검색

Mark up shell commands using shell syntax

No need to make people copy-and-paste around the bullet-points
tags/full-jdk7u79+4
Matthew Daniel 9 년 전
부모
커밋
2620fc4a2d
1개의 변경된 파일10개의 추가작업 그리고 6개의 파일을 삭제
  1. 10
    6
      README.md

+ 10
- 6
README.md 파일 보기

@@ -28,15 +28,19 @@ You need the following software to build DCEVM:

Currently the build is not compatible with Clang on Mac OS X, you need to install gcc 4.8 using the [Homebrew](http://brew.sh/):

* brew tap homebrew/versions
* brew install gcc48
```sh
brew tap homebrew/versions
brew install gcc48
```

Then set the following environmental properties:

* export CC=/usr/local/bin/gcc-4.8
* export CFLAGS=-fobjc-exceptions
* export CXX=/usr/local/bin/g++-4.8
* export SA_LDFLAGS=-fobjc-exceptions
```sh
export CC=/usr/local/bin/gcc-4.8
export CFLAGS=-fobjc-exceptions
export CXX=/usr/local/bin/g++-4.8
export SA_LDFLAGS=-fobjc-exceptions
```

### Compiling DCEVM


Loading…
취소
저장