mirror of
https://github.com/JetBrains/JetBrainsRuntime.git
synced 2025-12-15 22:09:41 +01:00
316af73cfe0ae64a5fee010e21470f73f9aadfd5
Downloads
| Windows-x64 | macOS | Linux-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 install libcups2-dev libfontconfig1-dev libasound2-dev
$ cd JetBrainsRuntime
$ sh ./configure --disable-warnings-as-errors
$ make images
Windows
TBD
OSX
TBD
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/
Languages
Java
73.7%
C++
14%
C
8.1%
Assembly
2.7%
Objective-C
0.5%
Other
0.8%