Skip to content
This repository has been archived by the owner on Oct 15, 2024. It is now read-only.

Latest commit

 

History

History
26 lines (18 loc) · 526 Bytes

README.md

File metadata and controls

26 lines (18 loc) · 526 Bytes

wxVersion

A small plugin to get libraries version number and git information (revison hash and number, branch name etc.).

How to build the cmdLineTest application

  • make a binary directory for the app

  • rue the following command into this directory

    export WX_CONFIG=<path_to_wx_config>; cmake <path_to_the_cmdlinetestapp>
  • build the app using

    make
  • run the app using

    ./cmdLineTest