Giter Site home page Giter Site logo

undeadinu / bluegriffon Goto Github PK

View Code? Open in Web Editor NEW

This project forked from therealglazou/bluegriffon

0.0 1.0 0.0 29.22 MB

BlueGriffon, the Web editor

License: Mozilla Public License 2.0

Makefile 1.13% Python 0.12% Shell 0.19% C++ 0.45% JavaScript 77.26% CSS 8.39% Java 1.36% HTML 6.40% Pascal 0.09% PHP 2.75% NSIS 1.76% Inno Setup 0.10%

bluegriffon's Introduction

Bluegriffon

The Open Source next-generation Web Editor based on the rendering engine of Firefox

To prepare the build USING MERCURIAL

  • make sure to have installed the environment to build Mozilla: windows, MacOS X, linux

  • get mozilla-central from Mozilla through Mercurial:

    hg clone http://hg.mozilla.org/mozilla-central bluegriffon-source

    Warning: on Windows, it's HIGHLY recommended to have both Windows and Visual Studio in the same locale, preferably en-US. If for instance you have a fr-FR Windows10 and a en-US VS, build will miserably fail...

  • get BlueGriffon's tree through:

    cd bluegriffon-source

    git clone https://github.com/therealglazou/bluegriffon

  • update the mozilla tree

    hg update -r `cat bluegriffon/config/mozilla_central_revision.txt`

    patch -p 1 < bluegriffon/config/gecko_dev_content.patch

    patch -p 1 < bluegriffon/config/gecko_dev_idl.patch

  • create a .mozconfig file inside your bluegriffon-source directory. The settings I am using on a daily basis on OS X (Sierra) can be found in bluegriffon/config/mozconfig.macosx

To prepare the build USING GIT

  • make sure to have installed the environment to build Mozilla: windows, MacOS X, linux

  • get gecko-dev from github through git:

    git clone https://github.com/mozilla/gecko-dev bluegriffon-source

    Warning: on Windows, it's HIGHLY recommended to have both Windows and Visual Studio in the same locale, preferably en-US. If for instance you have a fr-FR Windows10 and a en-US VS, build will miserably fail...

  • get BlueGriffon's tree through:

    cd bluegriffon-source

    git clone https://github.com/therealglazou/bluegriffon

  • update the mozilla tree

    git reset --hard `cat bluegriffon/config/gecko_dev_revision.txt`

    patch -p 1 < bluegriffon/config/gecko_dev_content.patch

    patch -p 1 < bluegriffon/config/gecko_dev_idl.patch

  • create a .mozconfig file inside your bluegriffon-source directory. The settings I am using on a daily basis on OS X (Sierra) can be found in bluegriffon/config/mozconfig.macosx

My own builds

  • OS X: OS X 10.12.6 with Xcode version 9.0 (9A235)
  • Windows: Windows 10 Pro with Visual Studio Community 2015
  • Linux: Ubuntu 16.04.1 LTS

Build BlueGriffon

./mach build

Run BlueGriffon in a temporary profile

./mach run

Package the build

./mach package

Want to contribute to BlueGriffon?

There are two ways to contribute:

  1. Contribute code. That's just another OSS project, we're waiting for your Pull Requests!
  2. Contribute L10N. All happens only in the 'locales' directory. You can review the existing locales and proposed changes/fixes or submit a new locale in a Pull Request. In that case, you need to translate everything from en-US into a new locale beforeI can accept the PR.

bluegriffon's People

Contributors

therealglazou avatar

Watchers

 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.