From f9f3e290c0b3ff4f139d0ac8619018597f65b643 Mon Sep 17 00:00:00 2001 From: egiacomin Date: Wed, 17 Jul 2019 12:09:59 -0600 Subject: [PATCH] Update building.md --- tutorials/building.md | 9 +++------ 1 file changed, 3 insertions(+), 6 deletions(-) diff --git a/tutorials/building.md b/tutorials/building.md index 7525493a4..a91448b36 100644 --- a/tutorials/building.md +++ b/tutorials/building.md @@ -1,7 +1,6 @@ # How to build? ## Dependencies - OpenFPGA requires all the following dependencies: - autoconf - automake @@ -39,10 +38,9 @@ OpenFPGA requires all the following dependencies: - qt5-default ## Docker - -If all these dependancies are not installed on your machine, you can choose to use a Docker (the Docker tool needs to be installed). To ease customer first experience, a Dockerfile is provided in the OpenFPGA folder. A container ready to use can be created with the following command: +If some of these dependencies are not installed on your machine, you can choose to use a Docker (the Docker tool needs to be installed). For the ease of the customer first experience, a Dockerfile is provided in the OpenFPGA folder. A container ready to use can be created with the following command: - docker run lnis/open_fpga:release
-*Warning: This command is for quick testing. If you want to conserve your work you should certainly use other options as "-v".* +*Warning: This command is for quick testing. If you want to conserve your work, you should certainly use other options, such as "-v".* Otherwise, a container where you can build OpenFPGA yourself can be created with the following commands: - docker build . -t open_fpga @@ -50,8 +48,7 @@ Otherwise, a container where you can build OpenFPGA yourself can be created with [*docker download link*](https://www.docker.com/products/docker-desktop) ## Building - -To build the tool you have to go in OpenFPGA folder and do: +To build the tool, go in the OpenFPGA folder and do: - mkdir build && cd build - cmake .. -DCMAKE_BUILD_TYPE=debug - make (*WARNING using docker you cannot use "make -j", errors will happen*)