intellij-idea-community/README.md

36 lines
1.4 KiB
Markdown
Raw Permalink Normal View History

2015-03-07 19:45:47 +01:00
# intellij-idea-community
2020-06-26 18:24:19 +02:00
Debian packages of IntelliJ IDEA Community Edition for Ubuntu
2015-03-07 23:03:26 +01:00
2020-06-26 18:24:19 +02:00
I also provide a package for the [Ultimate Edition](https://gitlab.com/mmk2410/intellij-idea-ultimate).
2015-03-30 11:23:57 +02:00
2020-06-26 18:24:19 +02:00
## Adding the PPA (on Ubuntu)
2015-03-07 23:03:26 +01:00
2015-12-13 14:17:00 +01:00
```
2017-06-27 20:00:21 +02:00
sudo apt-add-repository ppa:mmk2410/intellij-idea
2015-12-13 14:17:00 +01:00
sudo apt-get update
sudo apt-get install intellij-idea-community
```
2015-03-07 23:07:22 +01:00
2017-11-05 13:47:32 +01:00
## Report issues
You can report issues, questions or feedback concerning the package [on GitLab](https://gitlab.com/mmk2410/intellij-idea-community). If relevant, please include which version
2017-11-05 13:47:32 +01:00
2015-12-13 14:17:00 +01:00
## Updating the package
2015-03-07 23:07:22 +01:00
Since I automated the updating process quite a bit using the `update-new-version.sh` as well as preparations on my local system I no longer accept merge requests for updating the package to a new version. Processing them would take me much more time than doing the update myself.
In case I'm late for an update (over 1-2 weeks), feel free to create an issue [on GitLab](https://gitlab.com/mmk2410/intellij-idea-community). I'm also working on a fully automated system for updating the packages but this will still take a while.
2020-06-26 18:24:19 +02:00
### Setting up the build environment
Run `sudo apt install build-dep debhelper`.
It is also necessary to setup Git with your username and email address as explained in numerous tutorials.
### Updating the package
2020-06-26 18:24:19 +02:00
Run `./update-new-version.sh "$new-version"`
Where `$new-version` is in the format `[year].[major].[minor]`.