Skip to content

barrosfilipe/robrew

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

49 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

What is RObrew?

It's a Linux (Debian Based OS / Red Hat Based OS) application that will provide you a simple life in ragnarok emulator management.

Example without RObrew:

You need to install package dependencies to your emulator manually, for example:

* gcc
* make
* mysql
* mysql-devel
* mysql-server
* pcre-devel
* subversion
* zlib-devel

And then download the emulator from svn/repo and compile it manually!

Example with RObrew:

After install RObrew you just need to do that command in your terminal:

  $ robrew install <emulator>

To install eAthena:

  $ robrew install eathena

To install rAthena:

  $ robrew install rathena

To install Hercules:

  $ robrew install hercules

Package Dependencies:

* gcc
* make
* mysql
* mysql-devel
* mysql-server
* pcre-devel
* subversion
* zlib-devel

The robrew command will install all package dependencies automatically, download from official svn/repository.

If you want to compile:

  $ robrew compile /path/to/downloaded/<emulator>/folder/

RObrew is now in development and the first release will have plugins. For example, a plugin named emulator-dropbox-backup that provide automatically daily backups from your emulator and database to a DropBox storage.

Plugin installation:

Will be something like that:

  $ robrew pluginstall emulator-dropbox-backup

if you are interested to get involved contact me.

Thanks! Let's make the world better

with Love <3, c0nsumer (Filipe Barros)

About

The missing package manager for Ragnarok Online Emulator

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • HTML 53.4%
  • Shell 37.2%
  • CSS 9.4%