Skip to content

Package structure

KimBomm edited this page Feb 26, 2020 · 11 revisions

Extension

*.tir which means Tire.

Compression

Compress and upload the file with an extension of 7z and include a 3rdparty folder. and change extension as tir.

Structure

3rdparty
├ include
├ lib
│ ├ .           # Library files that are independent of the compilation(e.g *.o for gnuc)
│ ├ Debug       # Debug Library Files for Visual Studio
│ └ Release     # Release Library Files for Visual Studio
└ bin
  ├ .           # Shared library files that are independent of the compilation(e.g *.so for gnuc)
  ├ Debug       # Debug Shared library Files for Visual Studio
  └ Release     # Release Shared library Files for Visual Studio
Clone this wiki locally