Explorar el Código

Updated INSTALL with instructions for Debian installation support.

git-svn-id: file:///var/svn/tigccpp/branches/ktigcc-1-branch@1235 9552661e-59e3-4036-b4f2-dbe53926924f
roms hace 16 años
padre
commit
12d0151d6d
Se han modificado 2 ficheros con 13 adiciones y 1 borrados
  1. 12 0
      ktigcc/INSTALL
  2. 1 1
      ktigcc/configure

+ 12 - 0
ktigcc/INSTALL

@@ -88,3 +88,15 @@ B. Installing KTIGCC from source
 3. make
 4. make install
 5. KTIGCC can now be found in your $TIGCC/bin directory.
+
+C. Installing KTIGCC from DEBs
+==============================
+
+The recommended installation method for Debian is to use the provided DEBs.
+
+The easiest way to install the latest release of KTIGCC from DEBs is to install
+calcforge-release from:
+http://repo.calcforge.org/debian/
+
+Then it is enough to:
+apt-get install ktigcc

+ 1 - 1
ktigcc/configure

@@ -1,4 +1,4 @@
-#!/bin/sh
+#!/bin/bash
 QMAKE_ARGS=""
 if test ! -z "$1"
 then case "$1" in