libftdi Archives

Subject: Re: [libftdi-1.0] [PATCH] bug fix for async write and read

From: Thomas Jarosch <thomas.jarosch@xxxxxxxxxxxxx>
To: libftdi@xxxxxxxxxxxxxxxxxxxxxxx
Date: Wed, 14 Jul 2010 13:14:51 +0200
On Wednesday, 14. July 2010 11:46:26 Yi-Shin Li wrote:
> > Hmm. Any chance you could try to build those packages with cmake?
> > autoconf will be removed soonish.
> > 
> > I will start learning cmake in the next few days. :-)

It's pretty easy, configuring goes like this:

mkdir build
cd build

cmake ../ (you can add " -DCMAKE_BUILD_TYPE=RelWithDebInfo" if you want)
make (Adding " VERBOSE=1" shows compiler invocation)

HTH,
Thomas

--
libftdi - see http://www.intra2net.com/en/developer/libftdi for details.
To unsubscribe send a mail to libftdi+unsubscribe@xxxxxxxxxxxxxxxxxxxxxxx   

Current Thread