Add readme and license
This commit is contained in:
parent
7769f5fd58
commit
49bf4b4cff
2 changed files with 688 additions and 0 deletions
14
README.md
Normal file
14
README.md
Normal file
|
|
@ -0,0 +1,14 @@
|
|||
# Kubo
|
||||
|
||||
Simple, fast interior design program.
|
||||
|
||||
## Compiling
|
||||
|
||||
Kubo is compiled using cmake and depends on raylib:
|
||||
|
||||
```
|
||||
$ mkdir build; cd build
|
||||
$ cmake ..
|
||||
$ make
|
||||
$ ./kubo
|
||||
```
|
||||
Loading…
Add table
Add a link
Reference in a new issue