fix merge issue after 'fix merge issues after merge from OpenJDK 11.0.6'
1 file changed
tree: 809a3b8c15e0f9bc2840756fa741b13fe2da3294
  1. .idea/
  2. .jcheck/
  3. bin/
  4. doc/
  5. jb/
  6. jdk/
  7. make/
  8. src/
  9. test/
  10. .gitignore
  11. .hgignore
  12. .hgtags
  13. ADDITIONAL_LICENSE_INFO
  14. ASSEMBLY_EXCEPTION
  15. configure
  16. LICENSE
  17. Makefile
  18. modules.list
  19. README
  20. README.md
README.md

official JetBrains project

Downloads

Windows-x64macOSLinux-x64

How JetBrains Runtime is organised

Workspaces

github.com/JetBrains/JetBrainsRuntime

Getting sources

OSX, Linux:

git config --global core.autocrlf input
git clone git@github.com:JetBrains/JetBrainsRuntime.git

Windows:

git config --global core.autocrlf false
git clone git@github.com:JetBrains/JetBrainsRuntime.git

Configure Local Build Environment

Linux (docker)

$ cd jb/project/docker
$ docker build .
...
Successfully built 942ea9900054

$ docker run -v `pwd`../../../../:/JetBrainsRuntime -it 942ea9900054

# cd /JetBrainsRuntime
# sh ./configure
# make images CONF=linux-x86_64-normal-server-release

Linux (Ubuntu 18.10 desktop)

$ sudo apt-get install autoconf make build-essential libx11-dev libxext-dev libxrender-dev libxtst-dev libxt-dev libxrandr-dev libcups2-dev libfontconfig1-dev libasound2-dev 

$ cd JetBrainsRuntime
$ sh ./configure --disable-warnings-as-errors
$ make images

Windows

TBD

OSX

install Xcode console tools, autoconf (via homebrew)

run

sh ./configure --prefix=$(pwd)/build  --disable-warnings-as-errors
make images

Contribution

We will be happy to receive your pull requests. Before you submit one, please sign our Contributor License Agreement (CLA) https://www.jetbrains.com/agreements/cla/