https://github.com/feenkcom/libmoz2d

Scripts to compile gfx/2d part of Mozilla Firefox as single shared library

https://github.com/feenkcom/libmoz2d

Science Score: 26.0%

This score indicates how likely this project is to be science-related based on various indicators:

  • CITATION.cff file
  • codemeta.json file
    Found codemeta.json file
  • .zenodo.json file
    Found .zenodo.json file
  • DOI references
  • Academic publication links
  • Academic email domains
  • Institutional organization owner
  • JOSS paper metadata
  • Scientific vocabulary similarity
    Low similarity (8.1%) to scientific vocabulary
Last synced: 8 months ago · JSON representation

Repository

Scripts to compile gfx/2d part of Mozilla Firefox as single shared library

Basic Info
  • Host: GitHub
  • Owner: feenkcom
  • Language: C++
  • Default Branch: master
  • Size: 856 KB
Statistics
  • Stars: 5
  • Watchers: 3
  • Forks: 2
  • Open Issues: 3
  • Releases: 2
Created about 10 years ago · Last pushed about 6 years ago
Metadata Files
Readme

README.md

Moz2D Build Status

Scripts to compile gfx part of Mozilla Firefox as single shared library

Mozilla Firefox has its own mozmake files. Node.js is used to parses them and convert to CMakeFiles which can be a bit easier to integrate in VM building process and also to compile only a part of Firefox (gfx and some helper libs)

Compile shared library (32 bit):

./build.sh --arch i386

Or 64 bit:

./build.sh --arch x86_64

Binary will be in build/ folder

Dependencies

Tools:
git >= 1.7.12 node >= v0.11.12 python cmake >= 3.0 make autoconf 2.13 gcc-multilib >= 5.3
Utilities:
wget patch which tar

OSX

Install dependencies with homebrew http://brew.sh:

brew install wget node cmake yasm autoconf213 

Ubuntu / Travis

General dependencies:

sudo apt-get install git autoconf2.13 yasm

Install CMake 3:

sudo apt-get install software-properties-common
sudo add-apt-repository ppa:george-edison55/cmake-3.x
sudo apt-get update
sudo apt-get install cmake

Install latest Node.js:

curl -sL https://deb.nodesource.com/setup_7.x | sudo -E bash -
sudo apt-get install -y nodejs

64bit

The following packages are required to build 64bit plugin

sudo apt-get install libgtk2.0-dev libgtk-3-dev libgconf2-dev
sudo apt-get install libasound2-dev libpulse-dev
sudo apt-get libxt-dev libxext-dev libxcb-shm0-dev libx11-xcb-dev

32bit (Do not install on your 64bit working station, it will break UI apps!)

Make sure to register i386 architecture

sudo dpkg --add-architecture i386
sudo apt-get update
export PKG_CONFIG_PATH=/usr/lib/i386-linux-gnu/pkgconfig/

32bit build requires a few additional packages

sudo apt-get install gcc-multilib g++-multilib
sudo apt-get install libgirepository-1.0-1:i386
sudo apt-get install libglib2.0-dev:i386 libatk1.0-dev:i386 libcairo2-dev:i386 libgdk-pixbuf2.0-dev:i386 libpango1.0-dev:i386 libgtk2.0-dev:i386

sudo apt-get install libxkbcommon-dev:i386 libgtk-3-dev:i386
sudo apt-get install libfreetype6-dev:i386 libgconf2-dev:i386
sudo apt-get install libasound2-dev:i386 libpulse-dev:i386
sudo apt-get install libxt-dev:i386 libxext-dev:i386 libxcb-shm0-dev:i386 libx11-xcb-dev:i386
sudo apt-get install mesa-common-dev:i386 libgl1-mesa-dev:i386

Windows (in progress)

Owner

  • Name: feenk
  • Login: feenkcom
  • Kind: organization
  • Location: Switzerland

We make your systems explainable

GitHub Events

Total
Last Year

Issues and Pull Requests

Last synced: about 1 year ago

All Time
  • Total issues: 5
  • Total pull requests: 2
  • Average time to close issues: over 1 year
  • Average time to close pull requests: about 16 hours
  • Total issue authors: 5
  • Total pull request authors: 2
  • Average comments per issue: 0.2
  • Average comments per pull request: 1.0
  • Merged pull requests: 2
  • Bot issues: 0
  • Bot pull requests: 0
Past Year
  • Issues: 0
  • Pull requests: 0
  • Average time to close issues: N/A
  • Average time to close pull requests: N/A
  • Issue authors: 0
  • Pull request authors: 0
  • Average comments per issue: 0
  • Average comments per pull request: 0
  • Merged pull requests: 0
  • Bot issues: 0
  • Bot pull requests: 0
Top Authors
Issue Authors
  • lukego (1)
  • GlennCavarle (1)
  • rydnr (1)
  • iddan (1)
  • hernanmd (1)
Pull Request Authors
  • hernanmd (1)
  • syrel (1)
Top Labels
Issue Labels
Pull Request Labels