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

Unified 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 side-by-side diff with in-line comments
Download patch
« no previous file with comments | « third_party/psutil/README.chromium ('k') | third_party/psutil/docs/class_diagram.png » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: third_party/psutil/docs/BUILDING.txt
diff --git a/third_party/psutil/docs/BUILDING.txt b/third_party/psutil/docs/BUILDING.txt
new file mode 100644
index 0000000000000000000000000000000000000000..14dc8a13f03749fb2cb7f3d31f536623001484f0
--- /dev/null
+++ b/third_party/psutil/docs/BUILDING.txt
@@ -0,0 +1,37 @@
+_OS X_
+INSTALL FROM SOURCE
+ python setup.py install
+
+
+CREATE AN INSTALLER PACKAGE
+ #NOTE: this requires bdist_mkpkg utility to create the binary installer
+ # http://pypi.python.org/pypi/bdist_mpkg/
+ #
+ # --open opens the installer after build
+ bdist_mpkg --license LICENSE --readme HISTORY
+
+ # build for older Python
+ /Library/Frameworks/Python.framework/Versions/2.5/bin/bdist_mpkg
+
+
+CREATE A DMG OF THE INSTALLER
+ # fill in directory/filenames as appropriate for srcfolder, volname
+ # and the output dmg file
+ 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
+
+
+UPLOAD TO GOOGLE CODE
+ # fill in summary and file name
+ googlecode_upload.py -s "Python 2.6 OS X Installer/Binary distribution" -p psutil dist/psutil-0.1.1-py2.6-macosx10.4.dmg
+
+
+__WINDOWS__
+INSTALL FROM SOURCE
+
+ # if Visual studio
+ python setup.py install
+
+ # mingw
+ python setup.py build -c mingw32
+
+
« 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