From: Dan Nelson Date: November 3 2011 6:39pm Subject: Re: libmysqlclient from source List-Archive: http://lists.mysql.com/mysql/226224 Message-Id: <20111103183900.GV93709@dan.emsphone.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii In the last episode (Nov 02), Nick Khamis said: > Hello Everyone, > > I am looking to build just the mysql client, and not the entire server > from source. > Which cmake flags do I need to install just the mysql client/devel header files. > The actualy mysql server is on a different machine. Try -DWITHOUT_SERVER=1 ; it's not documented, but matches the autoconf --without-server flag, which was documented. -- Dan Nelson dnelson@stripped