mirror of
https://github.com/nim-lang/Nim.git
synced 2026-04-23 07:45:23 +00:00
added gamera edition to the website
This commit is contained in:
@@ -35,9 +35,8 @@ Start: "doc/overview.html"
|
||||
|
||||
|
||||
[Other]
|
||||
Files: "readme.txt;install.txt;contributors.txt"
|
||||
Files: "readme.txt;install.txt;contributors.txt;copying.txt"
|
||||
Files: "configure;makefile"
|
||||
Files: "gpl.html"
|
||||
Files: "*.ini"
|
||||
Files: "koch.nim"
|
||||
|
||||
@@ -60,6 +59,7 @@ Files: "bin/empty.txt"
|
||||
|
||||
[Lib]
|
||||
Files: "lib/nimbase.h"
|
||||
Files: "lib/copying.txt"
|
||||
Files: "lib/*.nim"
|
||||
Files: "lib/*.cfg"
|
||||
|
||||
@@ -137,5 +137,5 @@ flags = "-w"
|
||||
buildDepends: "gcc (>= 4:4.3.2)"
|
||||
pkgDepends: "gcc (>= 4:4.3.2)"
|
||||
shortDesc: "The Nimrod Compiler"
|
||||
licenses: "bin/nimrod,gpl2;lib/*,lgpl;"
|
||||
licenses: "bin/nimrod,MIT;lib/*,MIT;"
|
||||
|
||||
|
||||
@@ -3,6 +3,8 @@ Please choose your platform:
|
||||
* source-based installation: `<download/nimrod_0.9.2.zip>`_
|
||||
* installer for Windows XP/Vista/7 (i386, 32bit): `<download/nimrod_0.9.2.exe>`_
|
||||
(includes GCC and everything else you need)
|
||||
* minimal installer for Windows XP/Vista/7 (i386, 32bit): `<download/nimrod_gamera_0.9.2.exe>`_
|
||||
("Gamera edition": includes only a minimal GCC)
|
||||
|
||||
The source-based installation has been tested on these systems:
|
||||
* Linux: i386, AMD64, PowerPC, ARM
|
||||
|
||||
Reference in New Issue
Block a user