muodov / kociemba

A pure Python and pure C ports of Kociemba's algorithm for solving Rubik's cube
GNU General Public License v2.0
561 stars 126 forks source link

change files while compiling on Windows #28

Closed jarheadjoe closed 6 years ago

jarheadjoe commented 6 years ago

add unistd.h and replace coordcube.c while compiling on Windows


This change is Reviewable

muodov commented 6 years ago

Do you think it's possible to reuse the existing files and make it compatible with both unix and windows?

muodov commented 6 years ago

@jarheadjoe Thank you a lot for this contribution! I've decided to make another PR based on this one, addressing some other Windows issues: https://github.com/muodov/kociemba/pull/31.

Commits from this PR will not land in master but I will add you to the list of memorable contributors as a compensation ;)