diff options
| author | Pietro Gagliardi <[email protected]> | 2015-12-22 09:02:07 -0500 |
|---|---|---|
| committer | Pietro Gagliardi <[email protected]> | 2015-12-22 09:02:07 -0500 |
| commit | 6faaf172e90b6ab15bb04223b5d536da5bb7b026 (patch) | |
| tree | 6b9691bbb32ba0686060615c218eaa9192719b3a | |
| parent | ae1ce9f98c4be37bb34d37d381b488bd9b309a5e (diff) | |
| parent | 7c2dff0f17ee3c708df701a2d59f70e5d794df7b (diff) | |
Merge pull request #111 from kybin/patch-1
fix typo in README
| -rw-r--r-- | README.md | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -10,7 +10,7 @@ If you want to play around with this new package ui, you'll need to install libu - On Windows, merely copy out\libui.dll to the root of this repo. - On OS X, copy out/libui.dylib to the root of this repo as libui.0.dylib and symlink it to libui.dylib -- On other Unixes, copy out/libui.so to the eroot of this reop as libui.so.0 and symlink it to libui.so +- On other Unixes, copy out/libui.so to the root of this repo as libui.so.0 and symlink it to libui.so and then copy ui.h to the top of this repo as well. (You may symlink any files instead of copying if so choose.) |
