谁来编译下 加勒比海盗类的游戏Crown and Cutlass── 我没弄懂。。。

游戏讨论
回复
头像
luojie-dune
帖子: 22033
注册时间: 2007-07-30 18:28
系统: Linux
来自: 空气中

谁来编译下 加勒比海盗类的游戏Crown and Cutlass── 我没弄懂。。。

#1

帖子 luojie-dune » 2008-03-01 21:22

官方编译说明::::: 不知道为什么我的不行。。。
http://crownandcutlass.wiki.sourceforge ... structions

Ubuntu

1. apt安装(以下 ":" 后是包名)
编译环境+SVN:
build-essential
subversion

SDL:
libsdl1.2debian
libsdl1.2-dev

SDL_Image:
libsdl-image1.2
libsdl-image1.2-dev

OpenAL:
libopenal0a
libopenal-dev

ALUT:
libalut0
libalut-dev

Ogg Vorbis:
libogg0
libogg-dev
libvorbis0a
libvorbis-dev
libvorbisfile3

Guichan:
libguichan0
libguichan0-dev

GLU:
libglu1-mesa
libglu1-mesa-dev
Boost:
libboost-* (except perhaps "libboost-dbg" and "libboost-doc", although they could be useful)
Note: The "*-dev" packages are important! They include the headers that are necessary to compile a project using those libraries. You will get numerous build errors if you fail to install the dev packages.
2. Everything from here on should be in a terminal. Go to the directory you want to be the parent directory of the Crown and Cutlass code. This example will assume you use "~/Source/DownloadedProject/":

$ cd ~/Source/DownloadedProjects/

1. Fetch the code from Subversion:

$ svn co https://crownandcutlass.svn.sourceforge ... lass/trunk CrownAndCutlass

1. Download our latest data file from http://sourceforge.net/project/showfile ... _id=445209
Extract the contents to the "CrownAndCutlass" directory where you checked out the code from svn. When you are finished, the "CrownAndCutlass/CrownCutlass/data/" directory should contain "heightmap.png " and several sub-directories ("Fonts", "Models", "Music", etc.).
2. Go to the "CrownCutlass" directory:

$ cd ./CrownAndCutlass/CrownCutlass

1. Build Crown and Cutlass:

$ make


谁试验下再截个图啊~~~
上次由 luojie-dune 在 2008-03-10 16:47,总共编辑 2 次。
『这个世界都是我的 ,我爱你们』

ENTP ⥂ INTP ⥄ INFP ⇦ INTJ

在此发布的文章使用 Creative Commons Attribution-ShareAlike 4.0 协议
头像
yysq009
帖子: 2682
注册时间: 2007-01-28 23:00
来自: @江西|南昌@
联系:

#2

帖子 yysq009 » 2008-03-01 21:27

截图来看看先!

Do as you would be done by !
头像
hcym
帖子: 15634
注册时间: 2007-05-06 2:46

#3

帖子 hcym » 2008-03-01 23:26

大航海时代

1-4

俺可是强项


:em07
头像
luojie-dune
帖子: 22033
注册时间: 2007-07-30 18:28
系统: Linux
来自: 空气中

#4

帖子 luojie-dune » 2008-03-03 16:57

没有人试验成功吗????
『这个世界都是我的 ,我爱你们』

ENTP ⥂ INTP ⥄ INFP ⇦ INTJ

在此发布的文章使用 Creative Commons Attribution-ShareAlike 4.0 协议
头像
luojie-dune
帖子: 22033
注册时间: 2007-07-30 18:28
系统: Linux
来自: 空气中

#5

帖子 luojie-dune » 2008-03-07 21:37

还是错误。。。

这个小游戏

http://www.thewayoftheninja.org/n_downloads.html
『这个世界都是我的 ,我爱你们』

ENTP ⥂ INTP ⥄ INFP ⇦ INTJ

在此发布的文章使用 Creative Commons Attribution-ShareAlike 4.0 协议
头像
solcomo
帖子: 2838
注册时间: 2007-04-25 13:12

#6

帖子 solcomo » 2008-03-07 22:04

http://www.crownandcutlass.com/screenshots/

看起来似乎单调了点
♜♞♝♛♚♝♞♜
♟♟♟♟♟♟♟♟
♙♙♙♙♙♙♙♙
♖♘♗♕♔♗♘♖

☠☯⚔⚓☣☦☃☕
☹☻☪☭☬⚖⚛⚜
ℜℳℬ™ ℋℯℓ℘ ℳℭ
sƂɐʍ рǀɹoʍ əɥʇ oS
头像
Strange
帖子: 1824
注册时间: 2006-05-19 9:54
来自: Shanghai

#7

帖子 Strange » 2008-03-10 9:36

被名字引进来的,但这是加勒比海盗游戏,和大航海完全不沾边
ニンニク入れますか?
x60 with gentoo
头像
luojie-dune
帖子: 22033
注册时间: 2007-07-30 18:28
系统: Linux
来自: 空气中

#8

帖子 luojie-dune » 2008-03-10 11:31

哦,我没玩过大航海,是别人发帖这么说的~~~
『这个世界都是我的 ,我爱你们』

ENTP ⥂ INTP ⥄ INFP ⇦ INTJ

在此发布的文章使用 Creative Commons Attribution-ShareAlike 4.0 协议
头像
luojie-dune
帖子: 22033
注册时间: 2007-07-30 18:28
系统: Linux
来自: 空气中

#9

帖子 luojie-dune » 2008-07-15 22:17

ProtectedSVN Build Instructions
This is a set of instructions for building the pre-Protocce version of Crown and Cutlass. If you find a mistake or missing dependency, please post on our forums.

Ubuntu

1. Install the following packages. I would recommend using Synaptic.
Generic dev tools:
build-essential
subversion

SDL:
libsdl1.2debian
libsdl1.2-dev

SDL_Image:
libsdl-image1.2
libsdl-image1.2-dev

OpenAL:
libopenal0a
libopenal-dev

ALUT:
libalut0
libalut-dev

Ogg Vorbis:
libogg0
libogg-dev
libvorbis0a
libvorbis-dev
libvorbisfile3

Guichan:
libguichan0
libguichan0-dev

GLU:
libglu1-mesa
libglu1-mesa-dev
Boost:
libboost-* (except perhaps "libboost-dbg" and "libboost-doc", although they could be useful)
Note: The "*-dev" packages are important! They include the headers that are necessary to compile a project using those libraries. You will get numerous build errors if you fail to install the dev packages.
2. Everything from here on should be in a terminal. Go to the directory you want to be the parent directory of the Crown and Cutlass code. This example will assume you use "~/Source/DownloadedProject/":

$ cd ~/Source/DownloadedProjects/

1. Fetch the code from Subversion:

$ svn co https://crownandcutlass.svn.sourceforge ... lass/trunk CrownAndCutlass

1. Download our latest data file from http://sourceforge.net/project/showfile ... _id=445209
Extract the contents to the "CrownAndCutlass" directory where you checked out the code from svn. When you are finished, the "CrownAndCutlass/CrownCutlass/data/" directory should contain "heightmap.png " and several sub-directories ("Fonts", "Models", "Music", etc.).
2. Go to the "CrownCutlass" directory:

$ cd ./CrownAndCutlass/CrownCutlass

1. Build Crown and Cutlass:

$ make
『这个世界都是我的 ,我爱你们』

ENTP ⥂ INTP ⥄ INFP ⇦ INTJ

在此发布的文章使用 Creative Commons Attribution-ShareAlike 4.0 协议
回复