diff options
| author | Pietro Gagliardi <[email protected]> | 2016-01-06 20:33:49 -0500 |
|---|---|---|
| committer | Pietro Gagliardi <[email protected]> | 2016-01-06 20:33:49 -0500 |
| commit | 33f5e9b3e06f2f784d4b029c95550f902bcfea2e (patch) | |
| tree | d59f0e160b8f0c272f87f367ff50cdde961bcebb /README.md | |
| parent | 82d0efb92d7fdcb75bb9608e3a9ddb5465e721f0 (diff) | |
Fixed linker issues and updated to the new OS X-based soname versioning.
Diffstat (limited to 'README.md')
| -rw-r--r-- | README.md | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -10,9 +10,9 @@ 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. - Go 1.5 is adequate. -- On OS X, copy out/libui.dylib to the root of this repo as libui.0.dylib and symlink it to libui.dylib +- On OS X, copy out/libui.A.dylib to the root of this repo as libui.A.dylib and symlink it to libui.dylib - You must also be running Go 1.6 from master or Beta 2 or newer due to more Go bugs. -- On other Unixes, copy out/libui.so to the root of this repo as libui.so.0 and symlink it to libui.so +- On other Unixes, copy out/libui.so.0 to the root of this repo as libui.so.0 and symlink it to libui.so - Go 1.5 is adequate. and then copy ui.h to the top of this repo as well. (You may symlink any files instead of copying if so choose.) |
