forked from lijiext/lammps
Update README.md
This commit is contained in:
parent
86d1304176
commit
d5f222464b
|
@ -1494,8 +1494,8 @@ target API.
|
|||
</tr>
|
||||
<tr>
|
||||
<td><code>BIN2C</code> (CUDA only)</td>
|
||||
<td>Path to bin2c executable</td>
|
||||
<td>1st in path (if found)</td>
|
||||
<td>Path to bin2c executable, will automatically pick up the first one in your $PATH.</td>
|
||||
<td>(automatic)</td>
|
||||
</tr>
|
||||
</tbody>
|
||||
</table>
|
||||
|
@ -1652,8 +1652,8 @@ requires `gzip` to be in your `PATH`
|
|||
</tr>
|
||||
<tr>
|
||||
<td><code>GZIP_EXECUTABLE</code></td>
|
||||
<td>path to gzip executable</td>
|
||||
<td>1st in path (if found)</td>
|
||||
<td>Path to gzip executable, will automatically pick up the first one in your $PATH.</td>
|
||||
<td>(automatic)</td>
|
||||
</tr>
|
||||
</tbody>
|
||||
</table>
|
||||
|
@ -1683,8 +1683,8 @@ requires `ffmpeg` to be in your `PATH`
|
|||
</tr>
|
||||
<tr>
|
||||
<td><code>FFMPEG_EXECUTABLE</code></td>
|
||||
<td>path to ffmpeg executable</td>
|
||||
<td>1st in path (if found)</td>
|
||||
<td>Path to ffmpeg executable, will automatically pick up the first one in your $PATH.</td>
|
||||
<td>(automatic)</td>
|
||||
</tr>
|
||||
</tbody>
|
||||
</table>
|
||||
|
|
Loading…
Reference in New Issue