Skip to content

Commit

Permalink
Fixes to build instructions for Circle version
Browse files Browse the repository at this point in the history
  • Loading branch information
Memotech-Bill committed Apr 25, 2024
1 parent 3588ff7 commit 2edbdd1
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion docs/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -250,7 +250,7 @@ <h3 id="Build-Circle">Bare-Metal Raspberry Pi Build</h3>
to the Raspberry Pi version required:</p>
<pre><code>
git clone https://github.com/Memotech-Bill/MEMU.git
git clone https://github.com/rsta2/circle.git
git clone --depth 1 --branch Step43.3 https://github.com/rsta2/circle.git
cd MEMU
mkdir build-circle
cd build-circle
Expand Down
1 change: 1 addition & 0 deletions src/memu/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -342,6 +342,7 @@ elseif("${TARGET}" STREQUAL "Circle")
${CMAKE_CURRENT_LIST_DIR}/txtwin.c
${CMAKE_CURRENT_LIST_DIR}/ui.c
${CMAKE_CURRENT_LIST_DIR}/vdeb.c
${CMAKE_CURRENT_LIST_DIR}/vdp.c
${CMAKE_CURRENT_LIST_DIR}/vid.c
${CMAKE_CURRENT_LIST_DIR}/vga.c
${CMAKE_CURRENT_LIST_DIR}/win.c
Expand Down

0 comments on commit 2edbdd1

Please sign in to comment.