Skip to content

Instantly share code, notes, and snippets.

@ikegami-yukino
Created October 11, 2013 02:20
Show Gist options
  • Save ikegami-yukino/6928667 to your computer and use it in GitHub Desktop.
Save ikegami-yukino/6928667 to your computer and use it in GitHub Desktop.
Mac OS Xにmadokaインストール
git clone https://github.com/s-yata/madoka.git
cd madoka
glibtoolize --copy; aclocal ; autoheader; automake -a -c --add-missing; autoconf
./configure
make
sudo make install
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment