Skip to content

Installation linux

4rchim3d3s edited this page Jan 23, 2020 · 3 revisions

CX HOME » CX » GETTING STARTED » INSTALLATION LINUX

CX Installation on Linux

You have got two options to install CX on Linux.

  1. Binary Releases - Fast and safe Installation
  2. Compiling from Source - better to customize your cx-options

Binary Releases

  1. Download the latest version of cx from https://github.com/SkycoinProject/cx/releases

  2. Unzip into the destination folder you want to have your CX-files.

  3. Setup the Environmental Variable $PATH so it knows your destination folder.

Compiling from Source

  1. Make sure you have got go1.10+ installed. If not follow these installation instructions.

  2. Download CX's respository with:

go get github.com/SkycoinProject/cx/cx/...
  1. Navigate to CX's repository and run:
make install
  1. Test your installation by running:
make test

If you intend to develop games with CX test by running:

make test-full
  1. To update your CX-Installation just run make install again.

Hello, World!

TODO

Next Step

The next step should be to search for a tool/development environment that fits you to code as easy as possible. Have a look into Programming Tools to find and setup your favorite Code Editor.

Skycoin-Logo HOME » SOFTWARE » CX


Github-Repository
Build Status develop
GitHub release
last-release-date


Roadmap
Changelog


Get Started
CX
  Windows 10
  macOS
  Linux
More
  Go-Installation


Basics
Syntax
Runtime
Native Functions
Running CX
REPL


Native - Packages
time
os
gl
glfw
gltext


CX - Libraries
CXFX
CXSL
SkyML
CXChains
PumpCX


CX Compatible Products
CXO 2
dmsg


CX Tracker


Programming Tools
VS Code
Vim
Emacs
Sublime Text
GoLand
ATOM


Tutorials


Open Source Projects
Apps
Games
Others


Social Networks


Hits

Clone this wiki locally