This is eCAL git repository
https://github.com/continental/ecal
*** install cMake
1. install git
yum insall git
2. Download eCAL repository
git clone https://github.com/continental/ecal.git
3. download third party libraries.
git clone spdlog,tclap,tinyxml etc.
BUT download install protobuf from the release. (extract tar file, ./configure, make, make install)
4. README.md has mre detals how to install eCAL. Some third party can be optional
cmake .. -DCMAKE_BUILD_TYPE=Release -DECAL_THIRDPARTY_BUILD_PROTOBUF=OFF -DECAL_THIRDPARTY_BUILD_CURL=OFF -DECAL_THIRDPARTY_BUILD_HDF5=OFF -DHAS_QT5=OFF -DHAS_HDF5=OFF
No comments:
Post a Comment