Installation
There are currently three ways to get started with LIGO. You can choose to use a Docker image, a static Linux binary or to install packages for your Debian Linux distribution.
#
Dockerized installation (recommended)If you've installed ๐ณ Docker, you can run the latest LIGO release 0.11.0:
Linux or OSX:
docker run --rm -v "$PWD":"$PWD" -w "$PWD" ligolang/ligo:0.11.0
Windows:
docker run --rm -v "%CD%":/cd -w /cd ligolang/ligo:0.11.0
Or if you want the development version, replace the version above with next
.
Or run one of the older versions found on DockerHub.
#
Static Linux binaryThe ligo
executable is statically linked. It should run on most modern Linux distributions.
To use it, get it here, make it executable, and you're done!
Optionally, you can put it somewhere in your PATH
for easy access:
#
Debian Linux package installationA .deb
package containing the static ligo
executable is also available.
First, download the package, and then install using:
#
ReleasesReleases are available at the releases page of gitlab project. All the artifacts are attached there.
If you wish to see the changelog, you can either run ligo changelog
or go to this page. It contains links to corresponding releases, should you wish to download the artifacts.