1.4.2 • Published 3 years ago

theide-extension v1.4.2

Weekly downloads
40
License
-
Repository
-
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
1.4.2

3 years ago

1.4.0

3 years ago

1.3.0

3 years ago

1.2.6

3 years ago

1.2.4

3 years ago

1.2.3

3 years ago

1.2.2

3 years ago

1.2.0

3 years ago