Skip to content

Instantly share code, notes, and snippets.

@1951FDG
Last active December 10, 2017 16:01
Show Gist options
  • Save 1951FDG/a1c5dee5c552f495002d to your computer and use it in GitHub Desktop.
Save 1951FDG/a1c5dee5c552f495002d to your computer and use it in GitHub Desktop.
Make uncrustify
cd ~/Developer
git clone https://github.com/bengardner/uncrustify.git
cd uncrustify
./autogen.sh
./configure
xcodebuild -configuration Release -alltargets clean;xcodebuild -configuration Release
make clean all
cp src/uncrustify ~/Developer/BBUncrustifyPlugin-Xcode/Resources/uncrustify
make distclean
cd ~/Developer/BBUncrustifyPlugin-Xcode/Resources/
./uncrustify -c uncrustify.cfg --update-config-with-doc -o uncrustify.cfg
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment