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

Latest commit

 

History

History
27 lines (15 loc) · 498 Bytes

directories.md

File metadata and controls

27 lines (15 loc) · 498 Bytes

Directories specification

bin

Binary, executable files. Optimally only one file – the executable program.

include

C, C++, C<> Header files.
(optional)

lib

Shared and dynamically compiled libraries needed by the binary or to develop with this package.

src

Source code of the program.
(not present in minimal mode)

rod

Read-only data.

work

Variable data like configurations, game stats and saves. Also the working directory from where the binary will be executed.