RObrew - The missing package manager for Ragnarok Online Emulator

c0nsumer

New member
Messages
5
Points
0
Age
35
Location
Rio de Janeiro
Github
barrosfilipe
Emulator
Hello friends!

this is interesting to you? can i continue the development? or it's not a good project? 

Page: http://barrosfilipe.github.io/robrew/

Github: https://github.com/barrosfilipe/robrew

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>

For Hercules:

$ robrew install hercules

Code:
Package Dependencies:     * gcc	* make	* mysql	* mysql-devel	* mysql-server	* pcre-devel	* subversion	* zlib-devel
The robrew command will install all package dependencies automatically, download Hercules from official svn/repository.

If you want to compile:

$ robrew compile /path/to/downloaded/hercules/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.

if you are interested to get involved contact me (PM).

Thanks! Let's make the world better 
smile.png


with Love <3,

c0nsumer (Filipe Barros)

 
Last edited by a moderator:
it's good :3

+1 don't stop

 
This should download and manage scripts/plugins :3

 
Back
Top