Skip to content

LLRP Toolkit (from Sourceforge CVS with modifications)

Notifications You must be signed in to change notification settings

moonmd/LLRPToolkit

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

LLRPToolkit

LLRP Toolkit (from Sourceforge CVS with modifications)

This version of the LLRP Toolkit is C++ only as it is all we need for our project. The XSD was fixed so the code will compile. Further, the original Makefiles were removed and cmake implemented to support building on multiple platforms. This also means that the Windows specific project/solution files were removed because they are now unnecessary. This version of the library is specific to the Lap Project for the Forest City Velodrome but should work anywhere.

CMake 3.6 or better is required to build. Current the build has been tested on Mac OSX, should work on Linux, and will require some changes for Windows.

The cmakefiles assume LIBXML2 and LIBXLST are installed on the platform for MacOSX and Linux.

To build, do the following: On Mac/Linux, run "bash build.sh"

On Windows, run build.cmd.

To build it manually, run:

  1. mkdir build
  2. cd build
  3. cmake ..
  4. make
  5. make install

This will create a lib and include directory in the top level containing the files required to use the libraries in other projects.

Send any updated/changes to mark at buckaway dot ca.

About

LLRP Toolkit (from Sourceforge CVS with modifications)

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • C++ 79.1%
  • XSLT 16.6%
  • CMake 2.5%
  • Shell 1.8%