kendryte / openocd-kendryte

GNU General Public License v2.0
23 stars 17 forks source link

Build on mac #2

Closed GongT closed 5 years ago

GongT commented 5 years ago
brew install autoconf automake libtool pkg-config libusb
./bootstrap
./configure --enable-jlink --enable-ftdi "--prefix=`pwd`/dist"
make -j8
Alinshans commented 5 years ago

thanks.