schwehr / libais

C++ decoder for Automatic Identification System for tracking ships and decoding maritime information
Other
220 stars 97 forks source link

Need a proper build system #4

Open schwehr opened 12 years ago

schwehr commented 12 years ago

There is a semi okay setup.py (but needs work) and Makefile-custom, but this library needs a proper install system to build static and shared libraries w/ or w/out the python module. autoconf, scons, cmake and/or what?

schwehr commented 12 years ago

And the -m32 nonsense for dealing with multiple personality macs (32/64 for Mac osx pre 10.6) is not good in Makefile-custom. Python3 is currently not working. Why?

rolker commented 12 years ago

What about the exisiting CMakefiles.txt? It builds the lib and test_libais, but not the gtest unit tests. Should it be updated to also build the gtest tests?