Closed xianglinhe closed 5 years ago
source install-native-libs.sh will cause error on mac, the command should be ./install-native-libs.sh. Please update the readme document.
source install-native-libs.sh
./install-native-libs.sh
Can you provide error information on Mac system?In fact, you don't need to use source on Mac systems. Just execute the script. I'll update the documentation
source install-native-libs.sh
will cause error on mac, the command should be./install-native-libs.sh
. Please update the readme document.