mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-09-23 01:09:23 +02:00
+ Fixed path setting example
This commit is contained in:
parent
a2cb9b34ae
commit
a362a30da3
@ -246,11 +246,11 @@ your path variable to contain the \verb|C:\PP\BIN| directory.
|
||||
Usually this is done in the \file{AUTOEXEC.BAT} file.
|
||||
It should look something like this :
|
||||
\begin{verbatim}
|
||||
SET PATH=%PATH%;C:\PP\GO32V2\BIN
|
||||
SET PATH=%PATH%;C:\PP\BIN\GO32V2
|
||||
\end{verbatim}
|
||||
for \dos or
|
||||
\begin{verbatim}
|
||||
SET PATH=%PATH%;C:\PP\WIN32\BIN
|
||||
SET PATH=%PATH%;C:\PP\BIN\WIN32
|
||||
\end{verbatim}
|
||||
for \windows
|
||||
(Again, assuming that you installed in the default location).
|
||||
|
Loading…
Reference in New Issue
Block a user