CNMAT / libo

10 stars 4 forks source link

linux build notes #4

Closed ramagottfried closed 3 years ago

ramagottfried commented 9 years ago

I just ran across an issue with building libo on linux that we should put in a readme at some point -- I'll start making notes -- using this issue thread as a place holder.

The folder location our Makefile looks for Flex's libfl.a is /usr/local/lib, however if you install flex as root it will go into /usr/lib or even /usr/lib/x86_64-linux-gnu which is where it put it when I installed in on a test debian jessie virtual box.

adrianfreed commented 9 years ago

Yes, we caught various flavors of this at the swarmbox hack session

On Feb 25, 2015, at 11:18 AM, rama gottfried notifications@github.com wrote:

I just ran across an issue with building libo on linux that we should put in a readme at some point -- I'll start making notes -- using this issue thread as a place holder.

The folder location our Makefile looks for Flex's libfl.a is /usr/local/lib, however if you install flex as root it will go into /usr/lib or even /usr/lib/x86_64-linux-gnu which is where it put it when I installed in on a test debian jessie virtual box.

� Reply to this email directly or view it on GitHub.

maccallum commented 3 years ago

Updated for building on all platforms