theide-ide
v1.4.2
Published
Theos Development Environment
Downloads
2
Readme
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