Skip to content

Commit 235ec53

Browse files
committed
Remove mentioning of aoc from README
1 parent 4b5f251 commit 235ec53

File tree

1 file changed

+13
-40
lines changed

1 file changed

+13
-40
lines changed

README.md

Lines changed: 13 additions & 40 deletions
Original file line numberDiff line numberDiff line change
@@ -113,45 +113,6 @@ ctest -V
113113
114114
### Notes
115115
116-
- To run unit tests, you need the `aoc` executable from the IntelⓇ FPGA SDK
117-
for OpenCL™.
118-
119-
To set the path to `aoc`, change to the IntelⓇ FPGA SDK for OpenCL™
120-
installation directory and source the initialization script.
121-
122-
- On Linux:
123-
124-
```
125-
source init_opencl.sh
126-
```
127-
128-
- On Windows:
129-
130-
```
131-
call init_opencl.bat
132-
```
133-
134-
- On Linux, `aoc` requires the `libtinfo.so.5` library, which you can install
135-
using one of the following OS-specific commands:
136-
137-
- Red Hat Enterprise Linux (RHEL)\* or Rocky Linux\* 8:
138-
139-
```
140-
sudo yum install ncurses-compat-libs-6.1
141-
```
142-
143-
- SUSE Linux Enterprise Server (SLES)\* or openSUSE Leap\* 15:
144-
145-
```
146-
sudo zypper install libncurses5
147-
```
148-
149-
- Ubuntu\* 18.04 or 20.04 LTS:
150-
151-
```
152-
sudo apt install libtinfo5
153-
```
154-
155116
- On Windows, you need to set the paths to the libelf and (optionally) zlib libraries.
156117
157118
```
@@ -186,7 +147,19 @@ Perform these steps if you have the IntelⓇ FPGA SDK for OpenCL™ or
186147
IntelⓇ FPGA RTE for OpenCL™ installed on your system:
187148
188149
1. In the IntelⓇ FPGA SDK for OpenCL™ installation directory, source
189-
the initialization script (see [Running Unit Tests](#running-unit-tests)).
150+
the initialization script.
151+
152+
- On Linux:
153+
154+
```
155+
source init_opencl.sh
156+
```
157+
158+
- On Windows:
159+
160+
```
161+
call init_opencl.bat
162+
```
190163
191164
2. Update the `/etc/OpenCL/vendors/Altera.icd` file with either the filename
192165
`libalteracl.so` if `LD_LIBRARY_PATH` contains the full path of the runtime

0 commit comments

Comments
 (0)