• Home
  • History
  • Annotate
Name Date Size #Lines LOC

..03-May-2022-

doc/H06-Jul-2003-180175

src/H03-May-2022-4,9643,916

AUTHORSH A D03-May-2003195 75

COPYINGH A D24-Feb-20031 KiB2016

ChangeLogH A D04-Jul-200314.3 KiB401265

INSTALLH A D03-May-20039 KiB230175

Makefile.amH A D03-May-2003159 95

Makefile.inH A D06-Jul-200318 KiB583498

NEWSH A D03-May-2003531 1310

READMEH A D03-May-2003522 129

README.zaurusH A D03-May-2003710 1813

TODOH A D03-May-2003408 148

aclocal.m4H A D06-Jul-200328.3 KiB786664

book.datH A D08-Apr-2003386.2 KiB5,4645,463

config.guessH A D03-Feb-200340 KiB1,4011,210

config.subH A D03-Feb-200328.9 KiB1,4701,329

configureH A D06-Jul-2003130.6 KiB4,3903,576

configure.inH A D06-Jul-2003774 2925

depcompH A D03-Feb-200311.8 KiB424278

install-shH A D03-Feb-20036.2 KiB277169

makefile.armH A D03-May-20033.9 KiB222169

missingH A D03-Feb-200310 KiB337263

mkinstalldirsH A D03-Feb-20031.9 KiB11285

tsito.proH A D03-May-2003707 1815

README

1This is the new version of the Chinese Chess Engine xiangqi-engine.  The new
2name, 'tsito', stands for "The Secret Inside The Orange".  This new version was
3written from scratch (mostly) using the C++ standard library.  Please let me
4know (nroberts@reachone.com) if you have any trouble compiling this program on
5any OS/Arch.
6
7Please read the manual page for information on how to use the tsito program.
8
9I hope you enjoy my program, feel free to let me know how it could be improved.
10Noah Roberts
11<nroberts@reachone.com>
12

README.zaurus

1This project compiles just fine using the zaurus target compilers with a
2couple of minor problems.  First I am using 2.95.2 but since I have targeted
3the new version of mingw, which is more up to date with the gnu compilers, it
4should be ok on any newer version.  Second, the resulting makefile from running
5tmake on tsito.pro must be edited in order for the program to correctly link.
6This edit is simply to change the linker to g++ instead of gcc.
7
8Change line 15 (or whatever matches) from
9LINK    =       arm-linux-gcc
10to
11LINK    =       arm-linux-g++
12
13You must also add '-DBOOKDIR=\"/opt/Qtopia/share/tsito\"' to the CXXFLAGS.
14
15Or simply use the makefile.arm file, which already includes this change.
16
17NR
18