Skip to content

Commit

Permalink
Update README for expat build.
Browse files Browse the repository at this point in the history
  • Loading branch information
xyzz committed Aug 16, 2016
1 parent e4cf2cd commit d145403
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,7 @@ git checkout 25c6393829d03930dbcceb81a298841a700f04dc
remove line `add_custom_command(TARGET expat PRE_BUILD COMMAND $(MAKE) -C doc xmlwf.1)` in `CMakeLists.txt`

```
mkdir build && cd build
cmake .. -DCMAKE_SYSTEM_NAME="Generic" -DCMAKE_C_COMPILER="arm-vita-eabi-gcc" -DBUILD_tools=0 -DBUILD_examples=0 -DBUILD_tests=0 -DBUILD_shared=0 -DCMAKE_INSTALL_PREFIX=$VITASDK/arm-vita-eabi/
make -j8
make install
Expand Down

0 comments on commit d145403

Please sign in to comment.