Skip to content

Commit

Permalink
Update README
Browse files Browse the repository at this point in the history
  • Loading branch information
vtorri committed Jun 28, 2017
1 parent b4f8519 commit a104b46
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 2 deletions.
3 changes: 3 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -31,3 +31,6 @@
# Debug files
*.dSYM/
*.su

# Built files
build/
6 changes: 4 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,14 +3,16 @@ chart library based on the EFL

# compilation

It needs meson and ninja.

## first time, no cross compilation:

mkdir build && cd build && meson ..
ninja

## first time, cross compilation (i686 with mingw-w64), in build:
## first time, cross compilation (i686 with mingw-w64 in this example), in build:

mkdir build && cd build && meson --cross-file ../cross_i686_w64_mingw32.txt ..
mkdir build && cd build && meson .. --cross-file ../cross_i686_w64_mingw32.txt

## after the first time, in build/:

Expand Down

0 comments on commit a104b46

Please sign in to comment.