GithubHelp home page GithubHelp logo

pirate-ide-builder's Introduction

This the GAPS Pirate IDE, which provides programmers with everything necessary to make use of the Pirate toolchain. It is a fork of VSCodium, which is itself a set of scripts to build Visual Studio Code from scratch.

See the following repositories for more information about the GAPS Pirate tooling:

Building

There are two kinds of builds you might be interested in. One is a development build, which is quick and intended to test local changes. The other is a release build, which minifies everything and packages up an executable.

Dependencies

Regardless of what type of build you're doing, you need to install the following dependencies:

  • Node/NPM -- note that it seems VS Code currently requires a slightly older version of Node. At the moment this is only tested with version 10. Consider using NVM, which is widely available in package managers, to install that version.
  • Yarn -- it is easiest to install Node/NPM as above and then install Yarn via npm install -g yarn. Yarn will also automatically handle the rest of the dependencies.
  • If you want to do a release build for MacOS (see next section) you will also need to install create-dmg using NPM: npm install -g create-dmg.

Release Build

If you want to build a full, minified release, you can use the included script:

cd <wherever you cloned this repo>
BUILD_TARGET=<platform> ./pirate-build.sh

where <platform> is one of osx, linux, or win32.

pirate-ide-builder's People

Contributors

4-floss-free-libre-open-source-software avatar 435vic avatar ajkerzner avatar arjendk avatar bittner avatar cgimenes avatar clarsonneur avatar dimkr avatar ealap avatar fzerorubigd avatar huksley avatar janniks avatar jl2210 avatar joelwass avatar joseluisq avatar mztriz avatar nebojsakrtolica avatar palinurosec avatar paulcarroty avatar pavanagrawal123 avatar piedar avatar popey avatar randystevens avatar rasa avatar simooooone avatar stripedpajamas avatar tyu1996 avatar vichoreyes avatar wolviecb avatar zilti avatar

Watchers

 avatar  avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.