INSTALL 360 B

1234567891011121314
  1. #!/bin/sh
  2. # you will need "qmake" and "libqt4-dev" to build this
  3. # details at http://sourceforge.net/apps/trac/unetbootin/wiki/compile
  4. cp unetbootin.pro unetbootin-pro.bak
  5. sed -i '/^RESOURCES/d' unetbootin.pro
  6. lupdate unetbootin.pro
  7. lrelease unetbootin.pro
  8. qmake "DEFINES += NOSTATIC" "RESOURCES -= unetbootin.qrc"
  9. make
  10. mv unetbootin-pro.bak unetbootin.pro