Skip to content

Commit

Permalink
Update README.md [ci skip]
Browse files Browse the repository at this point in the history
New structure
  • Loading branch information
qwertychouskie authored May 22, 2019
1 parent 2a9e187 commit d8c4422
Showing 1 changed file with 4 additions and 11 deletions.
15 changes: 4 additions & 11 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,16 +1,9 @@
# Cubosphere [reborn] — data repository

This comment has been minimized.

Copy link
@v1993

v1993 Sep 13, 2019

Member

@qwertychouskie I'd like to tell you that there is no CI build for this repo, so [ci skip] do nothing. You may wish to update submodule with [ci skip] tho!

This comment has been minimized.

Copy link
@qwertychouskie

qwertychouskie Sep 13, 2019

Author Member

OK, thanks :)

This repo contain data files for cubosphere. Pretty useless without code.

## How build system works?
This `CMakeLists.txt` is incuded from code repo one. Then:

* All `raw` folder content will be installed to `DATADIR` as is
* Data in `zip` folder will be:
* handled same way by default
* zipped to `native_data.zip` which will be installed as `data000.zip` to `DATADIR` if `-DZIP=TRUE` specified

This is done for easier data editing.
## How does the build system work?
This `CMakeLists.txt` is incuded from the code repo one. Formerly the data was split into different folders based on how it was installed, but now they are all organized in the same structure as the installed data. This is done for easier development.

## Other folders
* `desktop`linux-specific files for menu (have its own `CMakeLists.txt`)
* `origins`some images which are used as source for different files (`.xcf` is recommended format for images).
* `desktop`Linux-specific files for the Applications menu (has its own `CMakeLists.txt`)
* `origins`Some images which are used as the source for different files (`.xcf` is the recommended format for images).

0 comments on commit d8c4422

Please sign in to comment.