development:compiling:liblcf:osx:autotools
Differences
This shows you the differences between two versions of the page.
| Both sides previous revisionPrevious revisionNext revision | Previous revision | ||
| development:compiling:liblcf:osx:autotools [2015/01/31 15:50] – Fix relative to the #409 ticket 78.219.24.142 | development:compiling:liblcf:osx:autotools [2019/08/15 00:08] (current) – removed fdelapena | ||
|---|---|---|---|
| Line 1: | Line 1: | ||
| - | ====== Building liblcf on Mac OS X with Autotools ====== | ||
| - | Install Homebrew if you don't have installed it: | ||
| - | |||
| - | ruby -e " | ||
| - | |||
| - | Install requirements with Homebrew: | ||
| - | |||
| - | brew install autoconf automake gettext libtool pkg-config expat icu4c | ||
| - | |||
| - | Set up pkgconfig to see expat and icu4c configurations: | ||
| - | |||
| - | export PKG_CONFIG_PATH="/ | ||
| - | |||
| - | Download liblcf sources from git: | ||
| - | |||
| - | git clone https:// | ||
| - | |||
| - | Enter to the liblcf fodler: | ||
| - | |||
| - | cd liblcf | ||
| - | |||
| - | Generate configure script: | ||
| - | |||
| - | autoreconf -i | ||
| - | |||
| - | Generate Makefile: | ||
| - | |||
| - | ./configure | ||
| - | |||
| - | Build: | ||
| - | |||
| - | make -j4 | ||
| - | |||
| - | Install: | ||
| - | |||
| - | sudo make install | ||
development/compiling/liblcf/osx/autotools.1422719435.txt.gz · Last modified: 2015/01/31 15:50 by 78.219.24.142