nherbaut / cmake-gsoap-simple-example

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

DEPENDENCIES

  • c build environment
  • gosap
  • cmake
  • Doxygen
sudo apt-get build-essentials gsoap libgsoap-dev cmake

COMPILATION

just launch

./create_project_files.sh 

that will create makefiles for you in ./build and launch a build. Once created, You can just call make in the build directoty to perform a full build.

Using ECLIPSE

You can import project files generated in the build folder in Eclipse CDT. We tried it on eclipse Luna and it may work on other versions.

About

License:GNU General Public License v3.0


Languages

Language:CMake 70.1%Language:C 26.1%Language:Shell 3.8%