root/trunk/uploadr/README.updates

Revision 541, 1.6 kB (checked in by jdecq, 9 months ago)

display max number of videos in the error messages according to API returned values.

Line 
1
2 Software Update
3 ------------------------------------------------------------------------
4
5 Uploadr phones home to Flickr about once a day to check for updates,
6 available as MAR files.  Details:
7   http://wiki.mozilla.org/Software_Update
8
9 Actually creating software updates means actually building Mozilla.
10 This is not for the faint of heart.
11
12 Start by satisfying prerequisites for your platform:
13   http://developer.mozilla.org/en/docs/Windows_Build_Prerequisites
14   http://developer.mozilla.org/en/docs/Mac_OS_X_Build_Prerequisites
15   including https://developer.mozilla.org/Talk:en/Mac_OS_X_Build_Prerequisites#PKG_CONFIG_path
16
17 NEW
18         get mozilla-build: http://ftp.mozilla.org/pub/mozilla.org/mozilla/libraries/win32/MozillaBuildSetup-1.3.exe
19         Open a shell window by running: c:\mozilla-build\start-msvc8.bat
20         cd /c
21         hg clone http://hg.mozilla.org/mozilla-central mozilla for latest
22         hg clone http://hg.mozilla.org/releases/mozilla-1.9.1 mozilla for 1.9.1
23 OLD
24 Now checkout and build Mozilla:
25   $ cvs -d :pserver:anonymous@cvs-mirror.mozilla.org:/cvsroot \
26     co mozilla/client.mk
27
28 Configure your build, using the UPLOADR/mozconfig file.  Make sure to
29 comment the Mac-specific line if you're on Windows:
30   http://developer.mozilla.org/en/docs/Configuring_Build_Options
31  
32   $ cd mozilla
33
34 NEW
35         hg pull -r default
36         hg update 
37 OLD 
38   $ make -f client.mk checkout
39
40   $ make -f client.mk build
41
42 Once you have your Mozilla tree built, the Packaging section in the \
43 platform-specific README files can complete properly.  Alternatively,
44 if you just want to build the MAR files:
45   $ make win all-mar
46   $ make mac all-mar
47   $ make lin all-mar
Note: See TracBrowser for help on using the browser.