Skip to content

Vincannes/Tank

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

115 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Tank

Convert mixing database from a software to another.

Compile

Windows

Build cpp

cls & g++ *.cpp -o main & main.exe 
cls & g++ *.cpp -o main.exe -I D:/Desk/python/Tank/cpp/libraries/yaml-cpp/include -I D:/Desk/python/Tank/cpp/libraries/yaml-cpp/include/yaml-cpp & main.exe

cls & g++ *.cpp -o main.exe -ID:\Desk\python\Tank\cpp\libraries\yaml-cpp\include -LD:\Desk\python\Tank\cpp\libraries\yaml-cpp\build -lyaml-cpp & main.exe

cls & g++ -o test.exe test.cpp -ID:\Desk\python\Tank\cpp\libraries\yaml-cpp\include -LD:\Desk\python\Tank\cpp\libraries\yaml-cpp\build -lyaml-cpp & test.exe

cls & g++ *.cpp -o main.exe -ID:\Desk\python\Tank\cpp\libraries\yaml-cpp\include -LD:\Desk\python\Tank\cpp\libraries\yaml-cpp\build -lyaml-cpp & set PATH=%PATH%;D:\Desk\python\Tank\cpp\libraries\yaml-cpp\build & main.exe

From folder cpp/build

cls & 
cmake -DCMAKE_C_COMPILER="C:/mingw64/bin/gcc.exe" -DCMAKE_CXX_COMPILER="C:/mingw64/bin/g++.exe" -G "MinGW Makefiles" -Dyaml-cpp_DIR=D:\Desk\python\Tank\cpp\libraries\yaml-cpp .. & cmake --build . --config Release 
& mklink /J D:\Desk\python\Tank\cpp\bin D:\Desk\python\Tank\cpp\build\Release 
cd /d D:\Desk\python\Tank\cpp\build & cls & cmake .. & cmake --build . --config Release & mklink /J D:\Desk\python\Tank\cpp\bin D:\Desk\python\Tank\cpp\build\Release 

SimLink build cpp to ../cpp/lib

mklink /J D:\Desk\python\Tank\cpp\bin D:\Desk\python\Tank\cpp\build\Release 

TODO

  • Make for different OS
    • Windows
    • Linux
    • Darwin
  • Do docstring
  • Matching Template get static token on it.
  • if "/" remove "/" at the end of Root Path in tank initialisation
  • Template name sometime first letter is remove at the name, check if the fist caract is a letter or "," when creating dictionnary for Paths
  • Refacto code to convert os.sep

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Packages

No packages published