Skip to content

max6cn/eclipse-manifest

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 

Repository files navigation

Eclipse manifest

Build Instructions

  1. Change open file limit
sudo sysctl -w kern.maxfiles=409600
sudo sysctl -w kern.maxfilesperproc=180000
ulimit -S -n 180000
  1. Install Repo:
 

# Make sure you have a bin/ directory in your home directory and that it is included in your path:

mkdir ~/bin
PATH=~/bin:$PATH
# Download the Repo tool and ensure that it is executable:

curl https://storage.googleapis.com/git-repo-downloads/repo > ~/bin/repo
chmod a+x ~/bin/repo
  1. clone git repos from eclipse.org
mkdir name-of-project
cd name-of-project
repo init -u https://github.com/max6cn/eclipse-manifest/ -b R4_7_1 
repo sync -j2

Notes: adding --depth=1 will reduce download time but build will fail.

  1. start build
cd platform
 mvn clean verify -DskipTests=true -Dnative=cocoa.macosx.x86_64

About

Manifest to build eclipse from git source

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published