annotate README @ 828:5b4d28d229e2

Updated Tango version in README.
author Aziz K?ksal <aziz.koeksal@gmail.com>
date Sat, 07 Jun 2008 14:57:14 +0200
parents 84f562d75053
children 80eb3251e010
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
630
5197bd351e5f Added README file.
Aziz K?ksal <aziz.koeksal@gmail.com>
parents:
diff changeset
1 dil
5197bd351e5f Added README file.
Aziz K?ksal <aziz.koeksal@gmail.com>
parents:
diff changeset
2 ===
5197bd351e5f Added README file.
Aziz K?ksal <aziz.koeksal@gmail.com>
parents:
diff changeset
3 Copyright (c) 2008 by Aziz Köksal <aziz.koeksal@gmail.com>
5197bd351e5f Added README file.
Aziz K?ksal <aziz.koeksal@gmail.com>
parents:
diff changeset
4 This program is free software, licensed under the GPL3.
5197bd351e5f Added README file.
Aziz K?ksal <aziz.koeksal@gmail.com>
parents:
diff changeset
5 Please, read the license file, COPYING, for further information.
5197bd351e5f Added README file.
Aziz K?ksal <aziz.koeksal@gmail.com>
parents:
diff changeset
6
5197bd351e5f Added README file.
Aziz K?ksal <aziz.koeksal@gmail.com>
parents:
diff changeset
7 Description
5197bd351e5f Added README file.
Aziz K?ksal <aziz.koeksal@gmail.com>
parents:
diff changeset
8 ===========
5197bd351e5f Added README file.
Aziz K?ksal <aziz.koeksal@gmail.com>
parents:
diff changeset
9 This software is a compiler written in D for the D programming language.
5197bd351e5f Added README file.
Aziz K?ksal <aziz.koeksal@gmail.com>
parents:
diff changeset
10
5197bd351e5f Added README file.
Aziz K?ksal <aziz.koeksal@gmail.com>
parents:
diff changeset
11 How To Compile dil
5197bd351e5f Added README file.
Aziz K?ksal <aziz.koeksal@gmail.com>
parents:
diff changeset
12 ==================
5197bd351e5f Added README file.
Aziz K?ksal <aziz.koeksal@gmail.com>
parents:
diff changeset
13 In order to compile dil you need to have:
827
84f562d75053 Updated README and AUTHORS files.
Aziz K?ksal <aziz.koeksal@gmail.com>
parents: 806
diff changeset
14 *) DMD 1.030 (http://www.digitalmars.com/d/1.0/changelog.html)
828
5b4d28d229e2 Updated Tango version in README.
Aziz K?ksal <aziz.koeksal@gmail.com>
parents: 827
diff changeset
15 *) Tango 0.99.6 (http://dsource.org/projects/tango/)
827
84f562d75053 Updated README and AUTHORS files.
Aziz K?ksal <aziz.koeksal@gmail.com>
parents: 806
diff changeset
16 *) DSSS 0.75 (http://dsource.org/projects/dsss/)
630
5197bd351e5f Added README file.
Aziz K?ksal <aziz.koeksal@gmail.com>
parents:
diff changeset
17
5197bd351e5f Added README file.
Aziz K?ksal <aziz.koeksal@gmail.com>
parents:
diff changeset
18 If you can't compile dil because you have a newer version of these programs
5197bd351e5f Added README file.
Aziz K?ksal <aziz.koeksal@gmail.com>
parents:
diff changeset
19 then please report the problem to me (see Bugs section.)
5197bd351e5f Added README file.
Aziz K?ksal <aziz.koeksal@gmail.com>
parents:
diff changeset
20
827
84f562d75053 Updated README and AUTHORS files.
Aziz K?ksal <aziz.koeksal@gmail.com>
parents: 806
diff changeset
21 Regarding DSSS 0.75:
84f562d75053 Updated README and AUTHORS files.
Aziz K?ksal <aziz.koeksal@gmail.com>
parents: 806
diff changeset
22 On Posix systems a correction in dsss/etc/rebuild/dmd-posix-tango is
84f562d75053 Updated README and AUTHORS files.
Aziz K?ksal <aziz.koeksal@gmail.com>
parents: 806
diff changeset
23 required. In the [link] section, remove "-L-lphobos" from the cmd option
84f562d75053 Updated README and AUTHORS files.
Aziz K?ksal <aziz.koeksal@gmail.com>
parents: 806
diff changeset
24 in order to avoid symbol conflicts.
84f562d75053 Updated README and AUTHORS files.
Aziz K?ksal <aziz.koeksal@gmail.com>
parents: 806
diff changeset
25
630
5197bd351e5f Added README file.
Aziz K?ksal <aziz.koeksal@gmail.com>
parents:
diff changeset
26 Before you run dil, make sure that the executable can find config.d and
5197bd351e5f Added README file.
Aziz K?ksal <aziz.koeksal@gmail.com>
parents:
diff changeset
27 lang_en.d (which are located in trunk/src/.)
827
84f562d75053 Updated README and AUTHORS files.
Aziz K?ksal <aziz.koeksal@gmail.com>
parents: 806
diff changeset
28 The language of the compiler messages can be configured in config.d.
84f562d75053 Updated README and AUTHORS files.
Aziz K?ksal <aziz.koeksal@gmail.com>
parents: 806
diff changeset
29 (Please, note that many messages are still untranslated.)
630
5197bd351e5f Added README file.
Aziz K?ksal <aziz.koeksal@gmail.com>
parents:
diff changeset
30
5197bd351e5f Added README file.
Aziz K?ksal <aziz.koeksal@gmail.com>
parents:
diff changeset
31 Bugs And Patches
5197bd351e5f Added README file.
Aziz K?ksal <aziz.koeksal@gmail.com>
parents:
diff changeset
32 ================
5197bd351e5f Added README file.
Aziz K?ksal <aziz.koeksal@gmail.com>
parents:
diff changeset
33 "errare humanum est, ignoscere divinum" - to err is human, to forgive divine.
5197bd351e5f Added README file.
Aziz K?ksal <aziz.koeksal@gmail.com>
parents:
diff changeset
34 - Cicero
5197bd351e5f Added README file.
Aziz K?ksal <aziz.koeksal@gmail.com>
parents:
diff changeset
35
5197bd351e5f Added README file.
Aziz K?ksal <aziz.koeksal@gmail.com>
parents:
diff changeset
36 Users can report problems with this software or submit patches by:
5197bd351e5f Added README file.
Aziz K?ksal <aziz.koeksal@gmail.com>
parents:
diff changeset
37 *) contacting me: aziz.koeksal@gmail.com
5197bd351e5f Added README file.
Aziz K?ksal <aziz.koeksal@gmail.com>
parents:
diff changeset
38 *) filing a bug report here: http://code.google.com/p/dil/issues/list