You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
jitsi/resources/install
damencho 5d9f084491
Adds dependency to new keyring and new repo update.
9 years ago
..
debian Adds dependency to new keyring and new repo update. 9 years ago
doc Rename SIP Communicator to Jitsi 10 years ago
generic Update license to Apache in installers 10 years ago
lib Preparation for dmg delta updates. 15 years ago
linux Update dnsjava to stock 2.1.7 and make sure it is only loaded once 10 years ago
macosx Updates libgrowl4j to work with 10.6. 11 years ago
resources Adds splash screen. 12 years ago
rpm Fix protocols in RPM description 10 years ago
windows Add Jitsi to Windows' default applications list 10 years ago
README.Debian Builds irc-api for debian src using mvn-debian. 11 years ago
ant-build-config.properties Adds option to embed jre into dmg and enables it. 12 years ago
build.xml Adds dependency to new keyring and new repo update. 9 years ago
installers.properties Updates windows embedded jre to 8u40. 11 years ago
logging.properties Ask user for REFERS with unknown calls and decline them or ignore if not specified. 15 years ago

README.Debian

To create debian source package you need some other projects sources that
jitsi depends on. In the same folder where jitsi is checked out do:
git clone https://github.com/jitsi/otr4j.git
git clone https://github.com/jitsi/libsrc.git
svn clone https://github.com/migzai/irc-api.git
And then in jitsi do: ant deb-src -Dlabel=4444
This will create orig.tar.gz debian sources that can be used to debuild
debian package.