We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9e20d50 commit 6f5e139Copy full SHA for 6f5e139
build.sh
@@ -1,4 +1,6 @@
1
#!/usr/bin/sh
2
+# Build script for ConvNetCpp
3
+# Note: If you encounter Color constructor errors in PlotLib, run patch_plotlib.sh first
4
if [ "$1" = "--clean" ]; then
5
umk examples,tutorial,src,$HOME/upp/bazaar,$HOME/upp/uppsrc "$1" ~/.config/u++/theide/CLANG.bm -bdsa +GUI,DEBUG_FULL "bin/${1}"
6
else
0 commit comments