Skip to content
Snippets Groups Projects
Commit 6daf570e authored by Simon Schuster's avatar Simon Schuster
Browse files

add build instructions

parent 2b357fc8
Branches master
No related tags found
No related merge requests found
Ruby bindings for lpsolve 5.5.10.
Get configure-enabled lpsolve from http://bashdb.sf.net/lpsolve-5.5.0.10i.tar.bz2
building:
```bash
cd ext && ruby extconf.rb && make && cd ..
# Debian/ubuntu are really fucked up distros...
export LD_LIBRARY_PATH=/usr/lib/lp_solve
rake test
gem build rb-lpsolve.gemspec
gem install lpsolve-5.5.10.j.gem
```
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment