Excellent instructions.  The compilation went without a hitch once the correct dependencies were installed.<br><br>Thanks,<br><br>Mark<br><br><div><span class="gmail_quote">On 8/31/07, <b class="gmail_sendername">Matthew Grooms
</b> <<a href="mailto:mgrooms@shrew.net">mgrooms@shrew.net</a>> wrote:</span><blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">Mark Voltz wrote:
<br>> Currently I'm experimenting with an Ubuntu box.  I have mostly a default<br>> install with some graphics programs/network utilities/etc..<br>><br><br>Thanks for trying out the client.<br><br>> I noticed that you use "cmake" to build the executables, so I installed
<br>> that with apt-get.<br>><br>> I'm guessing I need to install a C++ compiler (and will do just that),<br>> but wanted to make you aware that a default Ubuntu distro may not<br>> compile out of the box.
<br>><br>> Here is the output using the recommended cmake flags<br>><br><br>I believe you are correct. Ubuntu/Kubuntu do not install a c++ compiler<br>by default. The is software has been tested on the platform you are
<br>using so you shouldn't have too many troubles. Its difficult to list all<br>the packages required to build the software for the myriad of different<br>Linux distributions available. Instead, the README.TXT file just
<br>specifies the dependencies by name and recommends installing the<br>development versions of each.<br><br>So, from the readme file ...<br><br>c++ compiler<br>stock c libs<br>stock c includes<br>pthread support<br><br>lex or flex
<br>bison >= 2.3<br>cmake >= 2.4<br>opsenssl >= 0.9.x<br><br>... these are the dependencies required. I believe the list of required<br>packages that need to be installed to satisfy these dependencies on a<br>Ubuntu/Kubuntu 
7.04 host are ...<br><br>cmake<br>g++<br>libssl-dev<br>flex<br>bison<br>libqt3-mt<br>libqt3-mt-dev<br><br>Please let me know if you run into any other issues. I am more than<br>happy to help :)<br><br>Thanks again,<br><br>
-Matthew<br><br></blockquote></div><br>