Sha256: 10a1370e7de0f9f0e79d3625d67c8665ce3804b8c460c48a7c2f82ed73009b66

Contents?: true

Size: 1.08 KB

Versions: 164

Compression:

Stored size: 1.08 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 everything you need can be installed with `sudo apt-get install build-essential`
if not present.


#### MacOS

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


#### Windows

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

[vs]: http://visualstudio.com

Version data entries

164 entries across 164 versions & 1 rubygems

Version Path
trackler-2.2.1.14 tracks/c/docs/INSTALLATION.md
trackler-2.2.1.13 tracks/c/docs/INSTALLATION.md
trackler-2.2.1.12 tracks/c/docs/INSTALLATION.md
trackler-2.2.1.11 tracks/c/docs/INSTALLATION.md
trackler-2.2.1.10 tracks/c/docs/INSTALLATION.md
trackler-2.2.1.9 tracks/c/docs/INSTALLATION.md
trackler-2.2.1.8 tracks/c/docs/INSTALLATION.md
trackler-2.2.1.7 tracks/c/docs/INSTALLATION.md
trackler-2.2.1.6 tracks/c/docs/INSTALLATION.md
trackler-2.2.1.5 tracks/c/docs/INSTALLATION.md
trackler-2.2.1.4 tracks/c/docs/INSTALLATION.md
trackler-2.2.1.3 tracks/c/docs/INSTALLATION.md
trackler-2.2.1.2 tracks/c/docs/INSTALLATION.md
trackler-2.2.1.1 tracks/c/docs/INSTALLATION.md
trackler-2.2.1.0 tracks/c/docs/INSTALLATION.md
trackler-2.2.0.6 tracks/c/docs/INSTALLATION.md
trackler-2.2.0.5 tracks/c/docs/INSTALLATION.md
trackler-2.2.0.4 tracks/c/docs/INSTALLATION.md
trackler-2.2.0.3 tracks/c/docs/INSTALLATION.md
trackler-2.2.0.2 tracks/c/docs/INSTALLATION.md