https://github.com/ruter/nlpbamboo
Automatically exported from code.google.com/p/nlpbamboo
https://github.com/ruter/nlpbamboo
Last synced: about 2 months ago
JSON representation
Automatically exported from code.google.com/p/nlpbamboo
- Host: GitHub
- URL: https://github.com/ruter/nlpbamboo
- Owner: ruter
- License: gpl-3.0
- Created: 2016-04-20T10:33:21.000Z (about 9 years ago)
- Default Branch: master
- Last Pushed: 2016-04-20T10:35:55.000Z (about 9 years ago)
- Last Synced: 2025-01-14T12:17:40.644Z (4 months ago)
- Language: C++
- Size: 2.95 MB
- Stars: 0
- Watchers: 2
- Forks: 1
- Open Issues: 18
-
Metadata Files:
- Readme: README
- Changelog: ChangeLog
- License: COPYING
- Authors: AUTHORS
Awesome Lists containing this project
README
COMPILE AND INSTALL
Simplest way to complie and install would just:
./configure && make
then
sudo make install
the generated binary will be install to /usr/local/bamboo directory,
the library will be install to /usr/local/lib directory. So check
your ldconfig setting and your build script accordingly.