Skip to content

Commit

Permalink
Update README.md (#62)
Browse files Browse the repository at this point in the history
* Update README.md

Added information about necessary "make install" step. From my experience, on Win 11 without having the lib installed and its target location referred from the custom project (C:/Program Files (x86)/mega65libc) cmake configuration would fail.

* Update README.md

requested changes applied, description made more clear
  • Loading branch information
rjaremczak authored Sep 10, 2024
1 parent ab8d787 commit 28ecf0b
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -37,9 +37,12 @@ Simple C library for the MEGA65
cmake -DCMAKE_PREFIX_PATH=$HOME/llvm-mos -B build
cd build
make
make install # install library files
make test # if `xmega65` (Xemu) was in your path when running cmake
~~~

Location of installed mega65-libc should be included into cmake's package search paths, e.g. by adding its path to the ```CMAKE_PREFIX_PATH```.

#### Dependent projects

- Classic `Makefile` projects should use `CC=mos-mega65-clang`.
Expand Down

0 comments on commit 28ecf0b

Please sign in to comment.