Skip to content

Commit

Permalink
Added build instructions to readme file
Browse files Browse the repository at this point in the history
  • Loading branch information
langemeijer committed Feb 21, 2013
1 parent d50a7c9 commit e6b9873
Showing 1 changed file with 15 additions and 1 deletion.
16 changes: 15 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,18 @@
phpstorm-deb
============

Skeleton to easily create a .deb package for phpstorm
Skeleton to easily create a .deb package for phpstorm


How to create new phpstorm debian package based on this project
===============================================================

* Download the .tar.gz file from this webpage http://www.jetbrains.com/phpstorm/download/index.html
* Move the file into the directory where this file is in.

* See if version number the top entry in file debian/changelog is the same as the version you've downloaded. If it's not, execute
dch -v <new-version-number> -m "New upstream version"

* Build the package with this command:
debuild -us -uc -b

0 comments on commit e6b9873

Please sign in to comment.