File tree 1 file changed +5
-3
lines changed
1 file changed +5
-3
lines changed Original file line number Diff line number Diff line change @@ -49,16 +49,18 @@ The following build events are included in the project file:
49
49
- Post-Build event (` demo` ): ` copy $( ProjectDir) lib\p lay_cpp_sdk.dll $( TargetDir) `
50
50
51
51
# ## Mac
52
- 1. Clone the current repository
52
+ 1. Clone the current repository
53
53
` ` ` sh
54
54
git clone https://github.com/crypto-com/play-cpp-sdk.git
55
55
` ` `
56
56
2. Unzip the archive file into ` demo` folder
57
- 3. Copy the dynamic library to ` /usr/local/ lib`
57
+ 3. Copy the dynamic library to your dylib folder, for example $HOME / lib
58
58
` ` ` sh
59
59
cd demo
60
- cp lib/libplay_cpp_sdk.dylib /usr/local/lib
60
+ cp lib/libplay_cpp_sdk.dylib $HOME /lib
61
+ export DYLD_LIBRARY_PATH=$HOME /lib
61
62
` ` `
63
+ or add ` -rpath $HOME /lib` in final gcc linker flags.
62
64
4. Under ` demo` folder and build the ` demo` project
63
65
` ` ` sh
64
66
make
You can’t perform that action at this time.
0 commit comments