[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: help about gsasl installation
From: |
Simon Josefsson |
Subject: |
Re: help about gsasl installation |
Date: |
Sun, 03 Jul 2011 11:50:11 +0200 |
User-agent: |
Gnus/5.110018 (No Gnus v0.18) Emacs/23.2 (gnu/linux) |
"吉小鹏" <address@hidden> writes:
> Hi, I download gsasl-1.6.1-x86.zip from
> ftp://ftp.gnu.org/gnu/gsasl/. I want to install it on windows x86, can
> you show me how step by step?
Depends on what you want to achieve, I can think of two goals:
1) Run 'gsasl' command line tool. Just unzip the archive, start cmd.exe
and go to the bin/ directory and run the tool.
2) Link your application to GNU SASL. Just unzip the archive, and add
the required build parameters to your project so that it finds gsasl.h
and the DLL etc.
If this doesn't resolve your question, you need to provide more
information about what you want to achieve.
/Simon