Comparaison des versions

Légende

  • Ces lignes ont été ajoutées. Ce mot a été ajouté.
  • Ces lignes ont été supprimées. Ce mot a été supprimé.
  • La mise en forme a été modifiée.

...

            mkdir -p ${work_space}/${My_Abs}/build
            mkdir -p ${work_space}/${My_Abs}/work
            ln -s ${work_space}/${My_Abs}/build
            ln -s ${work_space}/${My_Abs}/work

d) Check directory content

Execute a simple 'ls' command to check if your directory content looks okay:

            ls -al

If the list you are getting looks like the following your initial setup looks fine:

Volet
drwxr-xr-x.  ...  25600 Jul 17 14:20 .
drwxr-xr-x.  ...  25600 Jul 17 14:09 ..
drwxr-xr-x.  ...  25600 Jul 17 14:09 .git
-rw-r--r--.  ...    145 Jul 17 14:09 .gitignore
-rw-r--r--.  ... 109127 Jul 17 14:09 Doxyfile
-rw-r--r--.  ..   8903 Jul 17 14:09 README.md
-rw-r--r--.  ...      6 Jul 17 14:09 VERSION
lrwxrwxrwx.  ...     68 Jul 17 14:20 build -> /project/def-jtheriau/pnf000/GEM_WORK_DIR/UQAM_P3_Margaux_2024/build
drwxr-xr-x.  ...  25600 Jul 17 14:09 configurations
drwxr-xr-x.  ...  25600 Jul 17 14:09 doc
-rwxr-xr-x.  ...   1421 Jul 17 14:09 download-dbase.sh
-rw-r--r--.  ...    558 Jul 17 14:09 goas-devel.code-workspace
drwxr-xr-x.  ...  25600 Jul 17 14:09 project
drwxr-xr-x.  ...  25600 Jul 17 14:09 scripts
drwxr-xr-x. ...  25600 Jul 17 14:14 src
-rwxr-xr-x.  ...     89 Jul 17 14:09 vstudio
lrwxrwxrwx.  ...     67 Jul 17 14:20 work -> /project/def-jtheriau/pnf000/GEM_WORK_DIR/UQAM_P3_Margaux_2024/work

3) Create the executable

a) Acquire compiler

...