~wintermute-devel/wintermute/linguistics-devel

« back to all changes in this revision

Viewing changes to wintermute-linguistics-core/INSTALL

  • Committer: Jacky Alciné
  • Date: 2011-04-09 22:18:29 UTC
  • Revision ID: jackyalcine@gmail.com-20110409221829-igczcog3k673ici7
Hmm.. candy :)

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
To install:
 
2
 $ ./autogen.sh
 
3
 $ ./configure
 
4
 $ make
 
5
 # make install
 
6
 
 
7
The build system's configured to install to ${prefix}/lib and ${prefix}/include, where
 
8
        ${prefix} = /usr so, by passing.
 
9
 
 
10
 $ ./configure --prefix=/usr/local
 
11
 
 
12
would install the files to /usr/local/lib and /usr/local/include