R

rncore

Core library for a small vector graphic API

public

 

How to install the rncore library:

  • get the source code

  • go to the src directory

  • type 'cmake .', you may want to set CMAKE_BUILD_TYPE and/or CMAKE_INSTALL_PREFIX

  • type 'make'

  • type 'make install'

Build and use the test programs:

  • go to the test directory

-type 'cmake .', you may want to set CMAKE_BUILD_TYPE and/or CMAKE_INSTALL_PREFIX, you need to set the path to the rncore library by using -DRNC_DIR= (same as CMAKE_INSTALL_PREFIX during installing rncore)

  • type 'make'

  • use the testXXX programs