Showing entries 1 to 1
Displaying posts with tag: pbxt epbxt (reset)
Building Embedded PBXT from bzr

Before I write an actual introductionary blog-post about Embedded PBXT's (or just "EPBXT"), I'd like to drop some lines to teach you how to get started with Embedded PBXT today. Currently, there is no binary version of EPBXT available, so you will have to build it from bzr directly.

Your system has to meet the following requirements for doing so:

  • protobuf >= 2.2 installed and working, especially protoc is in your $PATH -- Embedded PBXT will not check existence for protobuf, so you have to install and check this on your own beforehand
  • make, gcc, etc. installed

In general, if you can successfully build drizzled and mysql on your box, compiling epbxt should work fine, too.

To kick-start the compilation process, there is a special makefile which automates the building process.

# wget …
[Read more]
Showing entries 1 to 1