1.4.2 • Published 3 years ago

theide-ide v1.4.2

Weekly downloads
9
License
EPL-2.0 OR GPL-2....
Repository
github
Last release
3 years ago

Theide

Theide is an ide for developing theos based code

Getting started

Install nvm.

    curl -o- https://raw.githubusercontent.com/creationix/nvm/v0.33.5/install.sh | bash

Install npm and node.

    nvm install 10
    nvm use 10

Install yarn.

    npm install -g yarn

Install macOS dependencies

    brew install ldid xz expect make git perl ccls

Install linux dependencies

    apt install fakeroot git perl build-essential ccls

Running

    yarn
    cd theide
    yarn package:preview

on linux:

    dist/linux-unpacked/theide

on macOS:

    dist/mac/theide.app

Packaging

    yarn
    cd theide
    yarn package