sahlberg / libnfs

NFS client library
Other
511 stars 200 forks source link

Installation Process for Linux and Windows #418

Closed diti-nz closed 1 year ago

diti-nz commented 1 year ago

I am having trouble installing the client on both Linux and Windows. Can you please provide the installation process for both operating systems? I am expecting a detailed step-by-step guide on how to install the client on both Linux and Windows.

sahlberg commented 1 year ago

On Fri, 7 Apr 2023 at 19:56, Ditikrushna Giri @.***> wrote:

I am having trouble installing the client on both Linux and Windows. Can you please provide the installation process for both operating systems? I am expecting a detailed step-by-step guide on how to install the client on both Linux and Windows.

On unix/linux it should just be a matter of running "make install" On windows, copy the include/nfsc directory to wherever your c-compiler keeps the headerfiles and copy libnfs.dll/libnfs.lib to where ever these are stored on your c-compiler/system.

— Reply to this email directly, view it on GitHub https://github.com/sahlberg/libnfs/issues/418, or unsubscribe https://github.com/notifications/unsubscribe-auth/AADY3ECHR2C5ZXP5AYGLOQDW77QEHANCNFSM6AAAAAAWWM7ODM . You are receiving this because you are subscribed to this thread.Message ID: @.***>

diti-nz commented 1 year ago

On Fri, 7 Apr 2023 at 19:56, Ditikrushna Giri @.> wrote: I am having trouble installing the client on both Linux and Windows. Can you please provide the installation process for both operating systems? I am expecting a detailed step-by-step guide on how to install the client on both Linux and Windows. On unix/linux it should just be a matter of running "make install" On windows, copy the include/nfsc directory to wherever your c-compiler keeps the headerfiles and copy libnfs.dll/libnfs.lib to where ever these are stored on your c-compiler/system. — Reply to this email directly, view it on GitHub <#418>, or unsubscribe https://github.com/notifications/unsubscribe-auth/AADY3ECHR2C5ZXP5AYGLOQDW77QEHANCNFSM6AAAAAAWWM7ODM . You are receiving this because you are subscribed to this thread.Message ID: @.>

Thank you!