justinmeza / lci

A LOLCODE interpreter written in C.
http://lolcode.org
GNU General Public License v3.0
784 stars 105 forks source link

CMake ERROR #77

Open SaiasiZKS opened 2 years ago

SaiasiZKS commented 2 years ago

It shows this: Microsoft Windows [Version 10.0.19044.1889] (c) Microsoft Corporation. All rights reserved.

C:\Users\bobby>cd C:\lci-master The system cannot find the path specified.

C:\Users\bobby>cd C:\Users\bobby\OneDrive\Documents\GitHub\lci

C:\Users\bobby\OneDrive\Documents\GitHub\lci>install.py --prefix="C:/Program Files/lci" Running cmake with command: "cmake -G "MinGW Makefiles" -DCMAKE_INSTALL_PREFIX:STRING="C:/Program Files/lci" ." and writing results to configure.out.

Error installing: There was a CMake error

I downloaded MinGW, MSYS2, CMake, and Python. What did I do wrong?

SaiasiZKS commented 2 years ago

If possible, it will be perfect if someone showed me a video of installation. Also I'm using Windows 10.