cs50 / libcs50

This is CS50's Library for C.
https://cs50.readthedocs.io/libraries/cs50/c/
GNU General Public License v3.0
1.66k stars 831 forks source link

How to install it on my windows #323

Open ghost opened 3 months ago

ghost commented 3 months ago

I'm taking cs50 course, and the internet service in my country is poor, so sometimes I want to make some codes which has cs50 functions in it offline.

BTW, I installed mingw-w64 to PATH

Sepehryy commented 3 months ago

Where should I run this command?

2. Compile the Source Code:

Compile the cs50.c file using the following command (ensure both cs50.h and cs50.c are in the same directory):

gcc -c cs50.c

This command creates a compiled object file named cs50.o in the same directory.

Sepehryy commented 3 months ago

I'm taking cs50 course, and the internet service in my country is poor, so sometimes I want to make some codes which has cs50 functions in it offline.

BTW, I installed mingw-w64 to PATH

I want to can coding offline i want this toooooo please help meee too if you succed😂

kavinduUdhara commented 2 months ago

seriously how to install cs50 library to windows?