Browse Source

g++ is needed too

Paul Klumpp 12 năm trước cách đây
mục cha
commit
746cce0412
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  1. 1 1
      is_cimsqwbot.sh

+ 1 - 1
is_cimsqwbot.sh

@@ -2,7 +2,7 @@
 # vim: expandtab tabstop=2 shiftwidth=2 softtabstop=2 autoindent:
 
 
-NEEDS="git qmake make"
+NEEDS="git qmake make g++"
 for p in $NEEDS; do
   TEST=$(which $p 2> /dev/null)