320
edits
(→PLIB) |
|||
| Line 321: | Line 321: | ||
# Navigate the Terminal into the '''source''' folder. | # Navigate the Terminal into the '''source''' folder. | ||
# Enter the below command into the Terminal: | # Enter the below command into the Terminal: | ||
#* <syntaxhighlight lang="bash | #* <syntaxhighlight lang="bash">git clone git://git.code.sf.net/p/libplib/code libplib.git</syntaxhighlight> | ||
#** This will copy the needed source files into this folder '''source'''. | #** This will copy the needed source files into this folder '''source'''. | ||
# Enter the below command into the Terminal: | # Enter the below command into the Terminal: | ||
#* <syntaxhighlight lang="bash | #* <syntaxhighlight lang="bash">cd libplib.git</syntaxhighlight> | ||
#** This will navigate the Terminal into the folder '''libplib.git''' that was created and populated by the <code>git</code> command. | #** This will navigate the Terminal into the folder '''libplib.git''' that was created and populated by the <code>git</code> command. | ||
# Enter the below command into the Terminal: | # Enter the below command into the Terminal: | ||
edits