Giter Site home page Giter Site logo

manifest_benzo's Introduction

Benzo Rom

This is just my manifest for shamu that I use to build my ROM.

Getting Started

To get started with Benzo, you'll need to get familiar with Git and Repo.

To initialize your local repository use a command like this:

repo init -u git://github.com/BenzoRom/manifest_benzo.git -b marshmallow

Then to sync up:

repo sync -f -j8

Instructions for building with Arch Linux

Install the needed packages

yaourt -S git gnupg flex bison gperf sdl wxgtk squashfs-tools curl ncurses zlib schedtool perl-switch zip unzip lib32-zlib lib32-ncurses lib32-readline gcc-libs-multilib gcc-multilib lib32-gcc-libs lib32-readline libtinfo optipng pngcrush pngquant

Setup repo and other stuff

mkdir ~/bin && curl http://commondatastorage.googleapis.com/git-repo-downloads/repo > ~/bin/repo &&chmod a+x ~/bin/repo

nano ~/.bashrc

export PATH=~/bin:$PATH

source ~/.bashrc

To build using SaberMod toolchains

yaourt -S sabermod-prebuilts

To set up adb

yaourt -S android-tools android-udev

Then run: gpasswd -a yourusername adbusers

To build using Oracle Java

yaourt -S jdk

Then run "archlinux-java status" to see which versions you have installed.

Then run "sudo archlinux-java set java-8-jdk" to set java 8 as default

Verify in a new terminal if it’s set correctly: “which java“, “which javac“, “java -version“, “javac -version“

Instructions for building with Ubuntu/Mint

If you want to use Oracle Java

udo aptitude purge openjdk-* icedtea-* icedtea6-*

sudo add-apt-repository ppa:webupd8team/java

sudo aptitude update && sudo aptitude install oracle-java7-installer

Install required packages

sudo aptitude install git gnupg ccache lzop flex bison gperf build-essential zip curl zlib1g-dev zlib1g-dev:i386 libc6-dev libbz2-1.0:i386 lib32ncurses5-dev x11proto-core-dev libx11-dev:i386 libreadline6-dev:i386 lib32z1-dev libgl1-mesa-glx:i386 libgl1-mesa-dev g++-multilib mingw32-binutils tofrodos python-markdown libxml2-utils xsltproc libreadline6-dev lib32readline-gplv2-dev libncurses5-dev bzip2 libbz2-dev libbz2-1.0 libghc-bzlib-dev libbz2-dev:i386 squashfs-tools pngcrush schedtool dpkg-dev libcap-dev texinfo automake autoconf libgmp-dev libexpat-dev python-dev build-essential gcc-multilib g++-multilib libncurses5-dev flex bison libtool gawk libtool libmpfr-dev libmpc-dev libisl-dev

Setup repo and other stuff

sudo ln -s /usr/lib/i386-linux-gnu/mesa/libGL.so.1 /usr/lib/i386-linux-gnu/libGL.so

mkdir ~/bin && curl http://commondatastorage.googleapis.com/git-repo-downloads/repo > ~/bin/repo &&chmod a+x ~/bin/repo

nano ~/.bashrc

export PATH=~/bin:$PATH

source ~/.bashrc

To build using SaberMod toolchains

Go to http://oceighty.co/sm/ and download the sabermod-prebuilts .deb file

Install it by running "sudo dpkg -i --force all sabermod-prebuilts_deb_you_downloaded"

manifest_benzo's People

Contributors

mydongistiny avatar cco3 avatar spearce avatar maxwen avatar

Watchers

Rohit 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.