mirror of
https://github.com/SWG-Source/stationapi.git
synced 2026-01-15 22:04:17 -05:00
Updated readme file
This commit is contained in:
18
README.md
18
README.md
@@ -1,4 +1,8 @@
|
||||
# swgchat [](https://travis-ci.com/apathyboy/swgchat) #
|
||||
# stationapi [](https://travis-ci.com/apathyboy/stationapi) #
|
||||
|
||||
A base library at the core of applications that implement chat and login functionality across galaxies.
|
||||
|
||||
# stationchat
|
||||
|
||||
An open implementation of the chat gateway that SOE based games used to provide various social communication features such as mail, custom chat rooms, friend management, etc.
|
||||
|
||||
@@ -12,16 +16,14 @@ Uses the SOE libraries to implement chat features in a standalone utility. Ideal
|
||||
|
||||
## External Dependencies ##
|
||||
|
||||
c++14 compatible compiler
|
||||
boost::iostreams (header only)
|
||||
boost::optional (header only)
|
||||
boost::program_options
|
||||
sqlite3
|
||||
udplibrary - bundled in the Star Wars Galaxies official source
|
||||
* c++14 compatible compiler
|
||||
* boost::program_options
|
||||
* sqlite3
|
||||
* udplibrary - bundled in the Star Wars Galaxies official source
|
||||
|
||||
## Building ##
|
||||
|
||||
Copy the udplibrary directory from the Star Wars Galaxies offical source to the top level swgchat directory, then run the following:
|
||||
Copy the udplibrary directory from the Star Wars Galaxies offical source to the top level swgchat directory, install the remaining dependencies via a package manager, then run the following:
|
||||
|
||||
mkdir build; cd build
|
||||
cmake ..
|
||||
|
||||
Reference in New Issue
Block a user