View Single Post
  #5  
Old 01-24-2013, 12:23 AM
sorvani
Dragon
 
Join Date: May 2010
Posts: 965
Default

Quote:
Originally Posted by lerxst2112 View Post
You need to have the full perl install on the machine you use to build and CMake needs to be able to find it, so make sure it's in the path.
This is completely not true. Perl does not need to be installed to build a working server. YOU have to manually populate 2 variables in CMAKE (documented in the wiki) in order to build, but it works just fine.

Obviously you do need the same version of Perl installed on the machine running the server as the version of library you built on. For most people, they are building on the machine they are running on so it is a moot point for them. For those who don't I did not want you to confuse.
Reply With Quote