Skip to content

Commit e260d6f

Browse files
authored
Merge pull request #3 from random-mud-pie/pull_2
update to ChatScript 9.6.1
2 parents 5edb7f7 + a8c570e commit e260d6f

File tree

1,157 files changed

+6090380
-6087646
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

1,157 files changed

+6090380
-6087646
lines changed

BINARIES/ChatScriptIDE.exe

28.5 KB
Binary file not shown.

BINARIES/ChatScriptmongo.exe

24.5 KB
Binary file not shown.

BINARIES/ChatScriptpg.exe

24 KB
Binary file not shown.

BINARIES/LinuxChatScript64

303 KB
Binary file not shown.

BINARIES/Makefile

Lines changed: 19 additions & 19 deletions
Original file line numberDiff line numberDiff line change
@@ -1,19 +1,19 @@
1-
all:
2-
./ChatScript local build0=files0.txt
3-
./ChatScript local build1=filesKora.txt reset
4-
./ChatScript local
5-
6-
7-
build:
8-
./ChatScript local build0=files0.txt
9-
./ChatScript local build1=filesKora.txt reset
10-
11-
12-
server:
13-
./ChatScript local build0=files0.txt
14-
./ChatScript local build1=filesKora.txt reset
15-
./ChatScript
16-
17-
clean:
18-
rm ../USERS/log-*
19-
rm ../USERS/topic*
1+
all:
2+
./ChatScript local build0=files0.txt
3+
./ChatScript local build1=filesKora.txt reset
4+
./ChatScript local
5+
6+
7+
build:
8+
./ChatScript local build0=files0.txt
9+
./ChatScript local build1=filesKora.txt reset
10+
11+
12+
server:
13+
./ChatScript local build0=files0.txt
14+
./ChatScript local build1=filesKora.txt reset
15+
./ChatScript
16+
17+
clean:
18+
rm ../USERS/log-*
19+
rm ../USERS/topic*

BINARIES/chatscript.dll

25 KB
Binary file not shown.

BINARIES/chatscript.exe

25 KB
Binary file not shown.

BINARIES/readme.txt

Lines changed: 15 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -1,16 +1,16 @@
1-
This folder contains binaries Linux* that run on Linux. These are all release builds.
2-
All OTHER files are for windows.
3-
4-
ChatScript.exe is the basic windows executable. Currently always a debug build (using the pdb file).
5-
ChatScriptpg.exe is one that can talk with postgres, while ChatScriptMongo talks to mongodb.
6-
Currently always a debug build.
7-
Loebner.exe runs the Loebner protocol if you are trying to make a Loebner contest entry.
8-
9-
While you may not need to install any more dll's (they should be here), if you find
10-
you need a microsoft msxxxx.dll installed, the vcredist2013 executables will install
11-
them for 64-bit and 32-bit machines.
12-
13-
The libpq, ssleay32, libintl, libeay32 dlls are used if you run a postgres build ChatScriptpg.exe.
14-
The libcurl(release) or libcurld(debug) dlls are used in either build when #define JSON is on (default).
15-
1+
This folder contains binaries Linux* that run on Linux. These are all release builds.
2+
All OTHER files are for windows.
3+
4+
ChatScript.exe is the basic windows executable. Currently always a debug build (using the pdb file).
5+
ChatScriptpg.exe is one that can talk with postgres, while ChatScriptMongo talks to mongodb.
6+
Currently always a debug build.
7+
Loebner.exe runs the Loebner protocol if you are trying to make a Loebner contest entry.
8+
9+
While you may not need to install any more dll's (they should be here), if you find
10+
you need a microsoft msxxxx.dll installed, the vcredist2013 executables will install
11+
them for 64-bit and 32-bit machines.
12+
13+
The libpq, ssleay32, libintl, libeay32 dlls are used if you run a postgres build ChatScriptpg.exe.
14+
The libcurl(release) or libcurld(debug) dlls are used in either build when #define JSON is on (default).
15+
1616
For mysql, to rebuild the mysqlclient.lib see https://github.com/PyMySQL/mysqlclient-python/wiki/Building-mysqlclient.lib-on-Windows-with-VS2015
5.5 KB
Binary file not shown.

0 commit comments

Comments
 (0)