@@ -10,12 +10,17 @@ Helpful scripts to create WOLF tree elements (e.g. processors)
...
@@ -10,12 +10,17 @@ Helpful scripts to create WOLF tree elements (e.g. processors)
..*`sudo apt-get install realpath`
..*`sudo apt-get install realpath`
* __RealPath__ (Required, MacOSX): The realpath package above is not available for MacOSX. Here is an out-of-the-box alternative (credits to WaffleSouffle: https://stackoverflow.com/questions/3572030/bash-script-absolute-path-with-osx):
* __RealPath__ (Required, MacOSX): The realpath package above is not available for MacOSX.
Here is an out-of-the-box alternative
(credits to WaffleSouffle: https://stackoverflow.com/questions/3572030/bash-script-absolute-path-with-osx):
- Create a small project `realpath` (here in `$HOME/dev/` as an example)
- Create a small project `realpath` (here in `$HOME/dev/` as an example)
```
$ cd $HOME/dev
$ cd $HOME/dev
$ mkdir realpath
$ mkdir realpath
$ cd realpath
```
- Create a file `realpath.c` with the contents:
- Create a file `realpath.c` with the contents:
...
@@ -27,7 +32,7 @@ Helpful scripts to create WOLF tree elements (e.g. processors)
...
@@ -27,7 +32,7 @@ Helpful scripts to create WOLF tree elements (e.g. processors)