1.4.2 • Published 5 years ago
theide-ide v1.4.2
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 | bashInstall npm and node.
nvm install 10
nvm use 10Install yarn.
npm install -g yarnInstall macOS dependencies
brew install ldid xz expect make git perl cclsInstall linux dependencies
apt install fakeroot git perl build-essential cclsRunning
yarn
cd theide
yarn package:previewon linux:
dist/linux-unpacked/theideon macOS:
dist/mac/theide.appPackaging
yarn
cd theide
yarn package