Adding libraries to an executable
    Anton Alexeev 
    alexanto at gmx.de
       
    Mon Sep  9 11:19:37 PDT 2013
    
    
  
On Friday, 6 September 2013 at 22:31:52 UTC, Jonathan M Davis 
wrote:
> On Friday, September 06, 2013 23:31:57 Anton Alexeev wrote:
>> I've written a program which uses curl library. So on a PC
>> without curl the program will not work until you install the
>> library. Is there a way to put the curl library in the 
>> executable?
>
> Statically link it.
>
> - Jonathan M Davis
Sorry for being noob but how I can do it?
    
    
More information about the Digitalmars-d-learn
mailing list