User Tools

Site Tools


development:compiling:liblcf:osx:autotools

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revisionPrevious revision
Next revision
Previous revision
development:compiling:liblcf:osx:autotools [2015/01/28 11:31] – Here is what the old Hombrew Install told me : blisterdevelopment: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 "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/master/install)" 
- 
-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="/usr/local/opt/icu4c/lib/pkgconfig:/usr/local/opt/expat/lib/pkgconfig:$PKG_CONFIG_PATH" 
- 
-Download liblcf sources from git: 
- 
-  git clone https://github.com/EasyRPG/liblcf 
- 
-Enter to the liblcf fodler: 
- 
-  cd liblcf 
- 
-Generate configure script: 
- 
-  autoreconf -i 
- 
-Generate Makefile: 
- 
-  ./configure --prefix=/usr 
- 
-Build: 
- 
-  make -j4 
- 
-Install: 
- 
-  sudo make install 
development/compiling/liblcf/osx/autotools.1422444677.txt.gz · Last modified: 2015/01/28 11:31 by blister

Donate Powered by PHP Valid HTML5 Valid CSS Driven by DokuWiki