Thanks to visit codestin.com
Credit goes to github.com

Skip to content

andriy-p/tiny_test

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 

Repository files navigation

How to test

  1. Create a new conda environment
    conda create --name test_tinyxml
    conda activate test_tinyxml
  1. Get tinyxml2 conda package

    Download a pre-built package: https://anaconda.org/andpro/tinyxml2

    Alternatively, you can build it yourself from the conda package sources:

    git clone [email protected]:andriy-p/test-conda.git && cd test-conda
    conda build .
  1. Locate and install the downloaded or built package and libc++
    conda install ~/Downloads/tinyxml2-11.0.0-ha5a8b8e_0.conda
    conda install libcxx
  1. Build the app
    mkdir build
    cd build

    cmake ..
    make

  1. Run the app
    ./tiny_test ../example.xml

About

Test app for conda tinyXML2 pakcage

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published