libcpputil

A little C++ library with commonly needed functionalities.
Download

libcpputil Ranking & Summary

Advertisement

  • Rating:
  • License:
  • Eclipse Public License
  • Price:
  • FREE
  • Publisher Name:
  • Sascha Feldhorst
  • Publisher web site:

libcpputil Tags


libcpputil Description

A little C++ library with commonly needed functionalities. libcpputil is a A little C++ library with commonly needed functionalities. It consists of four major parts: commandline parsing, event management, threads and logging.Installation:Libcpputil uses CMake-based (see requirements) build system. It does the configuration work and creates Makefiles tailored for the particular target host. For an out-of-source build take the following steps: (1) Change to the top level directory: "cd cpputil-< version >" (2) Create a build folder: "mkdir build" (3) Configure the sources: "cd build" "ccmake .." To check the configuration (press "c" in the graphical frontend). The complete configuration is stored in CMakeCache.txt". If no problems occur and after checking the configuration you can generate the makefile by pressing "g". Afterwards you can exit the frontend. NOTE: Within the frontend it's possible to determine installation prefix of the installation. By default it is set to "/usr/local". To change it, just accommodate the field CMAKE_INSTALL_PREFIX", which is displayed after "c" is pressed. (4) Compile the sources: "make" (5) Install the library "make install" Requirements: · CMake What's New in This Release: · Fixed some compile problems with gcc 4.x


libcpputil Related Software