Skip to content

Commit 646b2d3

Browse files
authored
Merge pull request #248 from yuyuany/fedora-support
Add Fedora support info to README Signed-off-by: Zhang Lili Z <[email protected]>
2 parents 08bff79 + c697a4a commit 646b2d3

File tree

1 file changed

+19
-4
lines changed

1 file changed

+19
-4
lines changed

README.md

Lines changed: 19 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -38,6 +38,8 @@ Build the Intel(R) SGX SDK and Intel(R) SGX PSW Package
3838
* Ubuntu\* 16.04.3 LTS Server 64bits
3939
* Red Hat Enterprise Linux Server release 7.4 64bits
4040
* CentOS 7.4.1708 64bits
41+
* Fedora 27 Server 64bits
42+
* Fedora 27 Workstation 64bits
4143
* SUSE Linux Enterprise Server 12 64bits
4244

4345
- Use the following command(s) to install the required tools to build the Intel(R) SGX SDK:
@@ -50,6 +52,11 @@ Build the Intel(R) SGX SDK and Intel(R) SGX PSW Package
5052
$ sudo yum groupinstall 'Development Tools'
5153
$ sudo yum install ocaml wget python
5254
```
55+
* On Fedora 27:
56+
```
57+
$ sudo yum groupinstall 'C Development Tools and Libraries'
58+
$ sudo yum install ocaml ocaml-ocamlbuild redhat-rpm-config openssl-devel wget python
59+
```
5360
* On SUSE Linux Enterprise Server 12:
5461
```
5562
$ sudo zypper install --type pattern devel_basis
@@ -60,7 +67,7 @@ Build the Intel(R) SGX SDK and Intel(R) SGX PSW Package
6067
```
6168
$ sudo apt-get install libssl-dev libcurl4-openssl-dev protobuf-compiler libprotobuf-dev
6269
```
63-
* On Red Hat Enterprise Linux 7.4 and CentOS 7.4:
70+
* On Red Hat Enterprise Linux 7.4, CentOS 7.4 and Fedora 27:
6471
```
6572
$ sudo yum install openssl-devel libcurl-devel protobuf-devel
6673
```
@@ -140,6 +147,8 @@ Install the Intel(R) SGX SDK
140147
* Ubuntu\* 16.04.3 LTS Server 64bits
141148
* Red Hat Enterprise Linux Server release 7.4 64bits
142149
* CentOS 7.4.1708 64bits
150+
* Fedora 27 Server 64bits
151+
* Fedora 27 Workstation 64bits
143152
* SUSE Linux Enterprise Server 12 64bits
144153
- Use the following command to install the required tool to use Intel(R) SGX SDK:
145154
* On Ubuntu 16.04:
@@ -151,6 +160,10 @@ Install the Intel(R) SGX SDK
151160
$ sudo yum groupinstall 'Development Tools'
152161
$ sudo yum install python
153162
```
163+
* On Fedora 27:
164+
```
165+
$ sudo yum groupinstall 'C Development Tools and Libraries'
166+
```
154167
* On SUSE Linux Enterprise Server 12:
155168
```
156169
$ sudo zypper install --type pattern devel_basis
@@ -198,6 +211,8 @@ Install the Intel(R) SGX PSW
198211
* Ubuntu\* 16.04.3 LTS Server 64bits
199212
* Red Hat Enterprise Linux Server release 7.4 64bits
200213
* CentOS 7.4.1708 64bits
214+
* Fedora 27 Server 64bits
215+
* Fedora 27 Workstation 64bits
201216
* SUSE Linux Enterprise Server 12 64bits
202217
- Ensure that you have a system with the following required hardware:
203218
* 6th Generation Intel(R) Core(TM) Processor or newer
@@ -208,7 +223,7 @@ Install the Intel(R) SGX PSW
208223
```
209224
$ sudo apt-get install libssl-dev libcurl4-openssl-dev libprotobuf-dev
210225
```
211-
* On Red Hat Enterprise Linux 7.4 and CentOS 7.4:
226+
* On Red Hat Enterprise Linux 7.4, CentOS 7.4 and Fedora 27:
212227
```
213228
$ sudo yum install openssl-devel libcurl-devel protobuf-devel
214229
```
@@ -225,7 +240,7 @@ Install the Intel(R) SGX PSW
225240
$ sudo alien --scripts iclsClient-1.45.449.12-1.x86_64.rpm
226241
$ sudo dpkg -i iclsclient_1.45.449.12-2_amd64.deb
227242
```
228-
* On Red Hat Enterprise Linux 7.4 and CentOS 7.4:
243+
* On Red Hat Enterprise Linux 7.4, CentOS 7.4 and Fedora 27:
229244
```
230245
$ sudo yum install iclsClient-1.45.449.12-1.x86_64.rpm
231246
```
@@ -239,7 +254,7 @@ Install the Intel(R) SGX PSW
239254
$ sudo apt-get install uuid-dev libxml2-dev cmake pkg-config
240255
$ cmake .;make;sudo make install;sudo systemctl enable jhi
241256
```
242-
* On Red Hat Enterprise Linux 7.4 and CentOS 7.4:
257+
* On Red Hat Enterprise Linux 7.4, CentOS 7.4 and Fedora 27:
243258
```
244259
$ sudo yum install libuuid-devel libxml2-devel cmake pkgconfig
245260
$ cmake .;make;sudo make install;sudo ldconfig;sudo systemctl enable jhi

0 commit comments

Comments
 (0)