X-Git-Url: http://nitlanguage.org diff --git a/README b/README index 2b4e22e..3ee0c42 100644 --- a/README +++ b/README @@ -17,6 +17,7 @@ Some Nit features: Requirement: * gcc http://gcc.gnu.org/ + * pkg-config http://www.freedesktop.org/wiki/Software/pkg-config/ * ccache http://ccache.samba.org/ to improve recompilation * libgc-dev http://www.hpl.hp.com/personal/Hans_Boehm/gc/ * graphviz http://www.graphviz.org/ to enable graphes with the nitdoc tool @@ -24,14 +25,13 @@ Requirement: Those are available in most linux distributions - # sudo apt-get install build-essential ccache libgc-dev graphviz libunwind + # sudo apt-get install build-essential ccache libgc-dev graphviz libunwind pkg-config Important files and directory: benchmarks/ Script to bench the compilers bin/ The Nit tools bin/nitc The Nit compiler - bin/nitg The new Nit compiler bin/nit The Nit interpreter bin/nitdoc The Nit autodoc c_src/ C code of nitc (needed to bootstrap)