Skip to content

Commit 6190f64

Browse files
AWSGHAWSwinefred
authored andcommitted
Update README.md (#89)
converging the SDK quickstart from the main GitHub readme
1 parent 6641733 commit 6190f64

File tree

1 file changed

+8
-1
lines changed

1 file changed

+8
-1
lines changed

sdk/README.md

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ The [SDK management directory](./management) contains the [Amazon FPGA Image (AF
66

77
The SDK is **NOT** used to build or register AFI, rather it is only used for managing and deploying pre-built AFIs. For building and registering AFIs, please refer to the [HDK](../hdk/README.md).
88

9-
**NOTE:** This SDK is designed and testing for Linux environments only.
9+
**NOTE:** This SDK is designed and tested for Linux environments only.
1010

1111
# Quick Start
1212

@@ -17,3 +17,10 @@ You can setup and install the SDK with the following few steps. Note that the f
1717
$ git clone https://github.com/aws/aws-fpga # Fetch the HDK and SDK code
1818
$ cd aws-fpga # Move to the root directory of the repository before running the next script
1919
$ source sdk_setup.sh # Set up the envronment variables, build and install the SDK
20+
21+
22+
**NOTE:** The `sdk_setup.sh` would install the [FPGA management tools](./sdk/management/fpga_image_tools/README.md) if they are not already available in `/usr/bin`. The `sdk_setup.sh` requires having `gcc` installed. if it is not installed, try running the next command to install it on Amazon Linux, Centos or Redhat distributions:
23+
24+
```
25+
$ sudo yum groupinstall -y “Development Tools"
26+
```

0 commit comments

Comments
 (0)