Skip to content

Commit 6fd0600

Browse files
Add instructions.
1 parent ebd397f commit 6fd0600

File tree

2 files changed

+16
-0
lines changed

2 files changed

+16
-0
lines changed

.gitignore

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -32,3 +32,9 @@ cmake-build-debug-visual-studio/
3232
cmake-build-release-visual-studio/
3333
cmake-build-debug-visual-studio-1/
3434
cmake-build-release-visual-studio-1/
35+
36+
# Test ROM
37+
userdata-palmos41-en-m515.ram
38+
userdata-en-m515.ram
39+
palmos41-en-m515.rom
40+
default-palmos41-en-m515.ram

readme.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,17 @@ https://www.flaticon.com/free-icon/cow_235371#term=cow&page=1&position=13 (muExp
3636
https://findicons.com/icon/164302/cursor (Libretro Port Joystick Cursor)
3737

3838
## Building
39+
40+
#### Using CMake
41+
42+
Using CMake, you just need to do:
43+
44+
* `cmake .`
45+
* `mkdir output`
46+
* `cmake --build output`
47+
3948
#### For RetroArch
49+
4050
Make sure you have done all the steps here https://docs.libretro.com/ under "For Developers/Compilation" so you build environment works.
4151

4252
cd ./libretroBuildSystem

0 commit comments

Comments
 (0)