User:DaFox: Difference between revisions

From Valve Developer Community
Jump to navigation Jump to search
No edit summary
(Replaced content with 'http://steamcommunity.com/id/DaFox')
Line 1: Line 1:
http://steamcommunity.com/id/DaFox
http://steamcommunity.com/id/DaFox
# Download the latest stable source archive of cURL [http://curl.haxx.se/latest.cgi?curl=zip here] and then proceed to extract it.
# Navigate to your freshly extracted ''curl-#.##.#\include\curl'' folder and copy all of the files EXCEPT '''curlbuild.h.cmake''', '''curlbuild.h.in''', '''Makefile.am''' and '''Makefile.in''' as seen [http://i.imgur.com/Y9ne0.png here].
#* Create a new folder in ''%modname%\src\game\client\'' named '''libcurl'''. Inside of the newly created curl folder create a folder named '''include'''.
#* Paste the copied files into your mods newly created ''%modname%\src\game\client\curl\include'' folder.
# Open your mod in Visual Studio, Under the client project right click on your preferred project folder, In this example I am using my mods generic folder that I have created, Select [http://i.imgur.com/78zRS.png Add -> New Folder].
#* Name the project folder '''cURL'''.
#* Create a new project folder within the ''cURL'' project folder that you just created named '''include''', [http://i.imgur.com/GnOLI.png like so].
#* Right click the ''include'' folder select [http://i.imgur.com/4OSI0.png Add -> Existing Item].
#* Navigate to your ''%modname%\src\game\client\libcurl\include'' folder and [http://i.imgur.com/73wVQ.png select all] of the files in there and finish off by clicking '''Add'''.
# Go back to your ''curl-#.##.#'' folder that you extracted earlier, navigate to the ''\lib\'' folder.
#* Select all of the [http://i.imgur.com/q38Es.png SOURCE FILES] in ''curl-#.##.#\lib\'' that have the extension .c and .h and Copy them.
#* Navigate to your ''%modname%\src\game\client\libcurl'' folder and paste the the files there.
#* Go back to Visual Studio, right click the libcURL project folder that you had created and select [http://i.imgur.com/DFiQj.png Add -> Existing Item]
#* Open up your ''%modname%\src\game\client\libcurl'' folder and [http://i.imgur.com/V3QYn.png select all] of the files that you copied over there (sans the include folder!)
http:// i.imgur.com/tTSzW.jpg

Revision as of 19:37, 5 September 2010