Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(34)

Side by Side Diff: third_party/psutil/docs/BUILDING.txt

Issue 8159001: Update third_party/psutil and fix the licence issue with it. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: remove the suppression and unnecessary files. Created 9 years, 2 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch | Annotate | Revision Log
« no previous file with comments | « third_party/psutil/README.chromium ('k') | third_party/psutil/docs/class_diagram.png » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
(Empty)
1 _OS X_
2 INSTALL FROM SOURCE
3 python setup.py install
4
5
6 CREATE AN INSTALLER PACKAGE
7 #NOTE: this requires bdist_mkpkg utility to create the binary in staller
8 # http://pypi.python.org/pypi/bdist_mpkg/
9 #
10 # --open opens the installer after build
11 bdist_mpkg --license LICENSE --readme HISTORY
12
13 # build for older Python
14 /Library/Frameworks/Python.framework/Versions/2.5/bin/bdist_mpkg
15
16
17 CREATE A DMG OF THE INSTALLER
18 # fill in directory/filenames as appropriate for srcfolder, volname
19 # and the output dmg file
20 hdiutil create -fs HFS+ -srcfolder psutil-0.1.1-py2.6-macosx10.4.mpkg -volname psutil-0.1.1 psutil-0.1.1-py2.6-macosx10.4.dmg
21
22
23 UPLOAD TO GOOGLE CODE
24 # fill in summary and file name
25 googlecode_upload.py -s "Python 2.6 OS X Installer/Binary distribution" -p psu til dist/psutil-0.1.1-py2.6-macosx10.4.dmg
26
27
28 __WINDOWS__
29 INSTALL FROM SOURCE
30
31 # if Visual studio
32 python setup.py install
33
34 # mingw
35 python setup.py build -c mingw32
36
37
OLDNEW
« no previous file with comments | « third_party/psutil/README.chromium ('k') | third_party/psutil/docs/class_diagram.png » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698