8000 Mac Binary and README updates by tkuebler · Pull Request #2 · ChatScript/ChatScript · GitHub
[go: up one dir, main page]

Skip to content

Mac Binary and README updates #2

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Closed
wants to merge 2 commits into from
Closed
Show file tree
Hide file tree
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Next Next commit
Updated Mac Binary to latest (8.2+).
Updated main README to point to new repository.
  • Loading branch information
tkuebler committed May 13, 2018
commit 3839efc498216dfed9ed49ba87d57b3b54a4ce1e
Binary file modified BINARIES/MacChatScript
100644 → 100755
Binary file not shown.
6 changes: 4 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,7 @@ Above example mentioned in article [How to build your first chatbot using ChatSc
* Integrated tools to support maintaining and testing large systems.
* UTF8 support allows scripts written in any language
* User support forum on [chatbots.org](https://www.chatbots.org/ai_zone/viewforum/44/)
* Issues or bugs on this [repo](https://github.com/bwilcox-1234/ChatScript/issues)
* Issues or bugs on this [repo](https://github.com/ChatScript/ChatScript/issues)


# Getting started
Expand All @@ -85,7 +85,7 @@ Above example mentioned in article [How to build your first chatbot using ChatSc

Take this project and put it into some directory on your machine (typically we call the directory ChatScript, but you can name it whatever). That takes care of installation.

git clone https://github.com/bwilcox-1234/ChatScript
git clone https://github.com/ChatScript/ChatScript.git


## Standalone mode - run locally on a console (for developement/test)
Expand Down Expand Up @@ -167,6 +167,8 @@ The result will go in the `BINARIES` directory.

On Linux, go stand in the SRC directory and type `make server` (assuming you have make and g++ installed). This creates BINARIES/ChatScript, which can run as a server or locally. There are other make choices for installing PostGres or Mongo.

For Mac follow the Linux instructions. You have to have the xcode command line tools installed.


# Full Documentation

Expand Down
0