Selaa lähdekoodia

readme: windows make

mattias 1 vuosi sitten
vanhempi
commit
8ce20dc954
1 muutettua tiedostoa jossa 1 lisäystä ja 2 poistoa
  1. 1 2
      README.md

+ 1 - 2
README.md

@@ -89,9 +89,8 @@ set PATH=C:\YourPathOfFPC\3.2.2\bin\i386-win32;%PATH%
 If you installed the 64-bit version of fpc in `C:\YourPathOfFPC\3.2.2` use
 If you installed the 64-bit version of fpc in `C:\YourPathOfFPC\3.2.2` use
 ```bat
 ```bat
 set PATH=C:\YourPathOfFPC\3.2.2\bin\x86-64-win64;%PATH%
 set PATH=C:\YourPathOfFPC\3.2.2\bin\x86-64-win64;%PATH%
-```
-Then compile
 make clean all
 make clean all
+```
 
 
 If you see "Error makefile ... Command syntax error" your "set PATH" was
 If you see "Error makefile ... Command syntax error" your "set PATH" was
 not correct.
 not correct.