Skip to content
Update Developer Installation authored by Shuran Wang's avatar Shuran Wang
......@@ -10,6 +10,7 @@
## Setting up the container
* Please follow the instructions in the [User Installation Guide](User-Installation#setting-up-a-container) on how to set up a docker container for PDT-SPACE on either Linux or Windows.
* Once you run the docker image, you can find the source code of PDT-SPACE under ``/src/pdt-space``. You can start developing in this directory. The build system is under ``/src/pdt-space/Build``.
* The Intel Vtune profiling tool has been added to the docker image, to set up the environment source the script ``/opt/intel/oneapi/setvars.sh``.
# Native Development Install (Linux Only)
- Note: These instructions assume you have administrative privileges (``sudo``) on your machine.
......
......