Sha256: 4405850a1a8c05a8e9455020bdb708cb5b102a19cac44bdb609713886916615d

Contents?: true

Size: 1.11 KB

Versions: 68

Compression:

Stored size: 1.11 KB

Contents

The C language track requires that you have the following software installed
on your system:

* A modern C compiler
* The Make build tool

Microsoft's Visual Studio IDE and Apple's Xcode IDEs combine the compiler and
the native build system into a single IDE (integrated development
environment). Linux environments typically expose the compiler and native
build system as separate command-line tools.


#### Linux

Linux users will need gcc or clang for the compiler, and `make` will be needed
for the native build. Make is pre-installed on most unix systems, but is most
likely available via your package manager. On Debian and Ubuntu based
distributions it can be installed with `sudo apt-get install make` if not
present.


#### MacOS

MacOS users can install gcc or clangwith [Homebrew](http://brew.sh/) via
`brew install gcc` or `brew install llvm`.


#### Windows

Windows users can get [Visual Studio Community 2013][vs-1013], a free download
that will give you the Visual Studio 2013 IDE and the latest version of the
Microsoft Visual C compiler.

[vs-1013]: http://www.visualstudio.com/en-us/products/visual-studio-community-vs

Version data entries

68 entries across 68 versions & 1 rubygems

Version Path
trackler-2.0.6.12 tracks/c/docs/INSTALLATION.md
trackler-2.0.6.11 tracks/c/docs/INSTALLATION.md
trackler-2.0.6.10 tracks/c/docs/INSTALLATION.md
trackler-2.0.6.9 tracks/c/docs/INSTALLATION.md
trackler-2.0.6.8 tracks/c/docs/INSTALLATION.md
trackler-2.0.6.7 tracks/c/docs/INSTALLATION.md
trackler-2.0.6.6 tracks/c/docs/INSTALLATION.md
trackler-2.0.6.5 tracks/c/docs/INSTALLATION.md
trackler-2.0.6.4 tracks/c/docs/INSTALLATION.md
trackler-2.0.6.3 tracks/c/docs/INSTALLATION.md
trackler-2.0.6.2 tracks/c/docs/INSTALLATION.md
trackler-2.0.6.1 tracks/c/docs/INSTALLATION.md
trackler-2.0.6.0 tracks/c/docs/INSTALLATION.md
trackler-2.0.5.18 tracks/c/docs/INSTALLATION.md
trackler-2.0.5.17 tracks/c/docs/INSTALLATION.md
trackler-2.0.5.16 tracks/c/docs/INSTALLATION.md
trackler-2.0.5.15 tracks/c/docs/INSTALLATION.md
trackler-2.0.5.14 tracks/c/docs/INSTALLATION.md
trackler-2.0.5.13 tracks/c/docs/INSTALLATION.md
trackler-2.0.5.12 tracks/c/docs/INSTALLATION.md