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

Unified Diff: third_party/psutil/docs/BUILDING.txt

Issue 8919026: Remove psutil from tree, install via install-build-deps.sh (Closed) Base URL: http://git.chromium.org/chromium/src.git@master
Patch Set: Sort package list. Created 9 years 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.dia » ('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
deleted file mode 100644
index 14dc8a13f03749fb2cb7f3d31f536623001484f0..0000000000000000000000000000000000000000
--- a/third_party/psutil/docs/BUILDING.txt
+++ /dev/null
@@ -1,37 +0,0 @@
-_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.dia » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698