VirtualBox

Changeset 12137 in vbox for trunk/src/libs


Ignore:
Timestamp:
Sep 5, 2008 3:18:24 PM (16 years ago)
Author:
vboxsync
Message:
  • simplified running instructions
Location:
trunk/src/libs/xpcom18a4
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/libs/xpcom18a4/Makefile.kmk

    r12095 r12137  
    13261326                  VBOX_PYXPCOM VBOX_WITH_XPCOM
    13271327VBoxPython_NAME.darwin = VBoxPython2_3
     1328VBoxPython_INST.solaris.amd64 = $(INST_BIN)/64/
    13281329VBoxPython_INCS = \
    13291330        python/src \
  • trunk/src/libs/xpcom18a4/python/sample/vboxshell.py

    r12095 r12137  
    1616#
    1717# This is the place where VirtualBox resides
    18 #  export VBOX_PROGRAM_PATH=/home/nike/work/ws/out/linux.amd64/debug/bin/
     18#  export VBOX_PROGRAM_PATH=/opt/VirtualBox-2.0.0/
    1919# To allow Python find modules
    20 #  export PYTHONPATH=$VBOX_PROGRAM_PATH/sdk/bindings/xpcom/python:$VBOX_PROGRAM_PATH
    21 #
    22 # Additionally, on 64-bit Solaris, you need to use 64-bit Python from
    23 # /usr/bin/amd64/python and due to quirks in native modules loading of
    24 # Python do the following:
    25 #   mkdir $VBOX_PROGRAM_PATH/64
    26 #   ln -s $VBOX_PROGRAM_PATH/VBoxPython.so $VBOX_PROGRAM_PATH/64/VBoxPython.so
    27 #
    28 # Mac OS X users can get away with just this:
    29 #   export PYTHONPATH=$VBOX_SDK/bindings/xpcom/python:$PYTHONPATH
    30 # , where $VBOX_SDK is is replaced with the place you unzipped the SDK
    31 # or <trunk>/out/darwin.x86/release/dist/sdk.
    32 
     20#  export PYTHONPATH=../:$VBOX_PROGRAM_PATH
    3321#
    3422
Note: See TracChangeset for help on using the changeset viewer.

© 2024 Oracle Support Privacy / Do Not Sell My Info Terms of Use Trademark Policy Automated Access Etiquette