From 3dd015969c1b5ca286f2e110eb3e33bf9d3dc2b0 Mon Sep 17 00:00:00 2001 From: Matheus Fernandes Date: Mon, 5 Sep 2016 08:57:30 -0300 Subject: [PATCH] Remove wrong info about builds (#682) --- README.md | 50 +++----------------------------------------------- 1 file changed, 3 insertions(+), 47 deletions(-) diff --git a/README.md b/README.md index 88ac5d4e..e841c181 100644 --- a/README.md +++ b/README.md @@ -19,63 +19,19 @@ $ brew cask install hyperterm ## Contribute -1. Install platform specific build dependencies [as detailed below](#required-build-dependencies) +1. If you are running Linux, install the required dependencies: `sudo apt-get install -y icnsutils graphicsmagick xz-utils` 2. [Fork](https://help.github.com/articles/fork-a-repo/) this repository to your own GitHub account and then [clone](https://help.github.com/articles/cloning-a-repository/) it to your local device 3. Install the dependencies: `npm install` 4. Build the code and watch for changes: `npm run dev` 5. In a new tab, start the application: `npm start` -If you want to build the binaries for all specified platforms, run the command: +To make sure that your code works in a **production** environment, build the binary for your platform by running the following: ```bash $ npm run pack ``` -After that, you'll see the binaries in the `./dist` folder! - -### Required Build Dependencies - -#### To Build on OSX: - -For Linux: - -```bash -$ brew install gnu-tar libicns graphicsmagick xz -``` - -For Windows: - -```bash -$ brew install wine --without-x11 -$ brew install mono -``` - -#### To Build on Linux: - -For Linux: - -```bash -$ sudo apt-get install --no-install-recommends -y icnsutils graphicsmagick xz-utils -``` - -For Windows: - -* Install Wine (1.8+ is required): - -```bash -$ sudo add-apt-repository ppa:ubuntu-wine/ppa -y -$ sudo apt-get update -$ sudo apt-get install --no-install-recommends -y wine1.8 -``` - -* Install [Mono](http://www.mono-project.com/docs/getting-started/install/linux/#usage) (4.2+ is required): - -```bash -$ sudo apt-key adv --keyserver hkp://keyserver.ubuntu.com:80 --recv-keys 3FA7E0328081BFF6A14DA29AA6A19B38D3D831EF -$ echo "deb http://download.mono-project.com/repo/debian wheezy main" | sudo tee /etc/apt/sources.list.d/mono-xamarin.list -$ sudo apt-get update -$ sudo apt-get install --no-install-recommends -y mono-devel ca-certificates-mono -``` +After that, you'll see the binary in the `./dist` folder! ## Related Repositories