@@ -10,4 +10,4 @@ At the moment, you need to add the definition files from EvoAl to your Eclipse p
Add a project dependency if you want to import files from another project. Therefore, you have to add the dependency in Eclipse's project settings.
## Command-line search path
Things are a little easier when working at the command line. EvoAl will find all built-in definitions automatically as they are contained in the program code. If your files are split over several locations on your disk, you can specify an additional search path by specifying the parameter `-Bcore:search-path=...`. You can add a list of paths that are separated by the OS-specific path separator (; on Windows, and : on MacOS and Linux).
\ No newline at end of file
Things are a little easier when working at the command line. EvoAl will find all built-in definitions automatically as they are contained in the program code. If your files are split over several locations on your disk, you can specify an additional search path by specifying the parameter `-Bcore:search-path=...`. You can add a list of paths that are separated by the OS-specific path separator (`;` on Windows, and `:` on MacOS and Linux).