[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: Missing functions


Hi,
I followed these steps an compiled a Libssh dll on Windows:
Compile libssh on Windows

1.       Install the free VS2019 Community Edition on your machine with the
"*Desktop development with C++*" workload

1.1.   Be sure that *Language Pack for English* is installed on Visual
Studio (if not there's gonna be trouble in next steps)

2.       Install vcpkg for Windows (https://github.com/Microsoft/vcpkg/),
basically do:

2.1.   On Windows Command Prompt (cmd):

cd yourPreferedFolderForGitProjects

git clone https://github.com/Microsoft/vcpkg.git

exit

2.2.   Start Windows PowerShell and do:

cd yourPreferedFolderForGitProjects\vcpkg

.\bootstrap-vcpkg.bat

.\vcpkg integrate install

3.       Install libssh with vcpkg from Windows PowerShell:
         .\vcpkg install libssh


Regards,

Bruno


El lun., 19 oct. 2020 a las 5:33, 김상득 (<kimsangdeuk@xxxxxxxxx>) escribió:

> Hi,
>
>
>
> I'm trying to compile your library with Visual Studio.
>
>
>
> 1.
>
> I found some missing functions which declared in bignum.h.
>
> I looked around all c files, but couldn't find them.
>
>
>
> bignum ssh_make_string_bn(ssh_string string);
>
> ssh_string ssh_make_bignum_string(bignum num);
>
> void ssh_print_bignum(const char *which, const_bignum num);
>
> I hope it's my mistake for finding them.
> Please let me know where I can find the functions.
>
> 2.
> If you have any binary version of LIbSSH for Windows as a form of DLL,
> please help me get it.
>
> Duke Kim
>

References:
Missing functions김상득 <kimsangdeuk@xxxxxxxxx>
Archive administrator: postmaster@lists.cynapses.org