Last active
December 10, 2017 16:01
-
-
Save 1951FDG/a1c5dee5c552f495002d to your computer and use it in GitHub Desktop.
Make uncrustify
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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