LoginSignup
5
1

More than 5 years have passed since last update.

logue SDK の初期設定(minilogue xd)

Last updated at Posted at 2019-02-22

Mac OSX (Mojave) で logue SDK の minilogue xd 用デモプロジェクトをコンパイルするまでの手順メモ。

プロジェクトクローン

git clone https://github.com/korginc/logue-sdk.git
cd logue-sdk
git submodule update --init --recursive

ここでsubmoduleのupdateを忘れるとコンパイルエラーでハマる(ハマった :sob: )

toolの準備

cd logue-sdk/tools/gcc
./get_gcc_osx.sh
cd ../logue-cli
./get_logue_cli_osx.sh

プロジェクトのビルド

cd logue-sdk/platform/minilogue-xd/demos/waves
make
5
1
0

Register as a new user and use Qiita more conveniently

  1. You get articles that match your needs
  2. You can efficiently read back useful information
  3. You can use dark theme
What you can do with signing up
5
1