Stiffstream / sobjectizer_fixed_stack_example

This is an implementation of fixed_stack example from C++ Actor Framework distributive, but using SObjectizer-5.7 and so5extra.

Repository from Github https://github.comStiffstream/sobjectizer_fixed_stack_exampleRepository from Github https://github.comStiffstream/sobjectizer_fixed_stack_example

What is it?

This is an implementation of fixed_stack example from C++ Actor Framework distributive, but using SObjectizer-5.7 and so5extra.

How to get and try?

To compile the example Ruby, RubyGems and Rake are required. Usually they are available from the single package, but sometimes it can be necessary to install them manually. For example:

sudo apt install ruby
sudo apt install rake

After installing of Ruby (+RubyGems+Rake) it is necessary to install Mxx_ru:

gem install Mxx_ru

Or, if root privilegies are required:

sudo gem install Mxx_ru

Now you can get the source code from GitHub and compile it:

# Get the sources.
git clone https://github.com/Stiffstream/sobjectizer_fixed_stack_example
cd sobjectizer_fixed_stack_example
# Get the dependencies.
mxxruexternals
# Compile.
cd dev
ruby build.rb

As result of the compilation there will be fixed_stack_app executable in target/release folder.

About

This is an implementation of fixed_stack example from C++ Actor Framework distributive, but using SObjectizer-5.7 and so5extra.


Languages

Language:C++ 67.6%Language:Ruby 31.2%Language:Vim Script 1.2%