Chromium 1.9

export LD_LIBRARY_PATH=$LD_LIBRARY_PATH:/home/aphero/cr-1.9/lib/Linux

cd mothership/configs
python  crdemo.conf  /home/aphero/cr-1.9/bin/Linux/atlantis &
./crserver &
crappfaker



ln -s /usr/lib/i386-linux-gnu/libGL.so /usr/lib/libGL.so



1.如何解决chronium中statecopytest连接无法找到的问题crSPUInitDispatchTable?

将statecopytest中的Makefile这样改:
# Copyright (c) 2001, Stanford University
# All rights reserved.
#
# See the file LICENSE.txt for information on redistributing this software.

TOP = ../..

include ${TOP}/arch.mk

PROGRAM = statecopytest
FILES = statecopytest

ifdef WINDOWS
TRACKS_STATE = 1
LIBRARIES = crutil spuload crmothership
else
LIBRARIES =crstate crutil spuload crmothership
endif

ifdef BINUTIL_LINK_HACK
TRACKS_STATE = 1
LIBRARIES -= crstate
endif

include ${TOP}/cr.mk

你可能感兴趣的:(Chromium 1.9)