Move bot url to botbuild

This commit is contained in:
ZhiFeng Hu
2015-03-09 13:52:02 +08:00
parent 41ce6571a3
commit 57dc4ca22b

View File

@@ -1,5 +1,5 @@
# Nim Compiler
This repo contains the Nim compiler, Nim's stdlib, tools and
This repo contains the Nim compiler, Nim's stdlib, tools and
documentation.
## Compiling
@@ -9,16 +9,16 @@ the C source of an older version of the compiler are needed to bootstrap the
latest version. The C sources are available in a separate repo [here](http://github.com/nim-lang/csources).
Pre-compiled snapshots of the compiler are also available on
[Nimbuild](http://build.nim-lang.org/). Your platform however may not
[Nimbuild](http://buildbot.nim-lang.org/). Your platform however may not
currently be built for.
The compiler currently supports the following platform and architecture
The compiler currently supports the following platform and architecture
combinations:
* Windows (Windows XP or greater) - x86 and x86_64
* Linux (most, if not all, distributions) - x86, x86_64, ppc64 and armv6l
* Mac OS X 10.04 or higher - x86, x86_64 and ppc64
In reality a lot more are supported, however they are not tested regularly.
To build from source you will need:
@@ -54,9 +54,9 @@ questions, and you can also get help in the IRC channel on
tag](http://stackoverflow.com/questions/tagged/nim).
## License
The compiler and the standard library are licensed under the MIT license,
except for some modules where the documentation suggests otherwise. This means
that you can use any license for your own programs developed with Nim,
The compiler and the standard library are licensed under the MIT license,
except for some modules where the documentation suggests otherwise. This means
that you can use any license for your own programs developed with Nim,
allowing you to create commercial applications.
Read copying.txt for more details.