~ubuntu-branches/ubuntu/wily/udj-desktop-client/wily

« back to all changes in this revision

Viewing changes to README.md

  • Committer: Package Import Robot
  • Author(s): Nathan Handler
  • Date: 2012-11-14 15:29:07 UTC
  • mfrom: (1.2.1) (4.1.1 experimental)
  • Revision ID: package-import@ubuntu.com-20121114152907-8uj9bwcima77vu28
Tags: 0.6.3-1
* New upstream release
* debian/copyright: Add stanzas for new upstream files
* debian/rules:
  - Do not install ./usr/share/doc/udj/UDJ.1
  - Remove /usr/share/doc/udj directory if it is empty
* debian/control:
  - Bump Standards-Version to 3.9.4 (no changes)
  - Use my @debian.org address for the Maintainer field

Show diffs side-by-side

added added

removed removed

Lines of Context:
28
28
via [homebrew][brew]. On Linux, most distributions have the taglib library in their 
29
29
repository. On Windows, shit is tough. I'll try to add some instructions on that later.
30
30
 
 
31
4. (Windows Only) OpenSSL is not bundled with Windows for severally reasons (all of which piss off the lead developer).
 
32
A binary distribution for windows can be found [here][win-openssl].
 
33
 
31
34
### Configuring
32
35
If you've installed all of your libraries and cmake in default locations, configuring should
33
36
be very straight forward. Simply use cmake to configure the project (we recommend an out of 
65
68
      SET( QT_PHONON_BACKEND_PLUGINS phonon_ds9 )
66
69
    ENDIF()
67
70
 
 
71
### Building on Ubuntu 12.04 LTS
68
72
 
 
73
1. Enter the command "sudo apt-get update" into Terminal to update the repository on your machine.
 
74
2. Enter the command "sudo apt-get install" with the following dependencies to build UDJ:
 
75
        - cmake
 
76
        - libqt4-dev
 
77
        - libtag1-dev
 
78
        - liphonon-dev
 
79
        - phonon-backend-vlc
 
80
        - build essentials
 
81
3. In the /build folder, enter "make" into the Terminal to create a MakeFile
 
82
4. Change into the /src folder and enter "./udj" to run the UDJ Desktop Application
69
83
 
70
84
### Building
71
85
CMake will generate different projects base on your host system. On OSX and Linux the default is 
87
101
the [UDJ mailing list][mailing].
88
102
 
89
103
[home]:https://www.udjplayer.com
90
 
[server]:https://github.com/klnusbaum/UDJ
 
104
[server]:https://github.com/klnusbaum/UDJ-Server
91
105
[kln]:https://github.com/klnusbaum/
92
106
[gpl]:https://github.com/klnusbaum/UDJ-Desktop-Client/blob/master/LICENSE
93
107
[cmake]:http://www.cmake.org/cmake/resources/software.html
97
111
[mailing]:mailto:udjdev@bazaarsolutions.com
98
112
[deploypatch]:https://github.com/downloads/klnusbaum/UDJ-Desktop-Client/0001-DeployQt4-Set-executable_path-if-actually-passed.patch
99
113
[findphononpatch]:https://github.com/downloads/klnusbaum/UDJ-Desktop-Client/0001-phonon-backend-tweak.patch
 
114
[win-openssl]:http://www.openssl.org/related/binaries.html