您的位置:首页 > 其它

Chromium 1.9

2015-03-18 14:01 69 查看
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
内容来自用户分享和网络整理,不保证内容的准确性,如有侵权内容,可联系管理员处理 点击这里给我发消息
标签: