Skip to content
This repository was archived by the owner on Jan 5, 2024. It is now read-only.

Commit 7f660fd

Browse files
committed
macos and linux both do rpath
1 parent 21e5070 commit 7f660fd

File tree

1 file changed

+3
-7
lines changed

1 file changed

+3
-7
lines changed

README.md

Lines changed: 3 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -101,14 +101,10 @@ If you want to change the buildtype afterwards, you can use `meson configure --b
101101

102102
`cd $DATA_REPOSITORY; ln -s ../Cortex-Command-Community-Project-Source/build/CortexCommand . `
103103

104-
2.
105-
- #### Linux:
106-
Copy (link) all `libfmod` files from `external/lib/linux/x86_64` into the **Data Repository**.
104+
2. (*optional*) Copy (link) all `libfmod` files from `external/lib/[os]/[arch]` into the **Data Repository**.
105+
- Linux: `cd $DATA_REPOSITORY; ln -s ../Cortex-Command-Community-Project-Source/external/lib/linux/x86_64/libfmod.so* .`
106+
- macOS: `cd $DATA_REPOSITORY; ln -s ../Cortex-Command-Community-Project-Source/external/lib/macOS/libfmod.dylib .`
107107

108-
`cd $DATA_REPOSITORY; ln -s ../Cortex-Command-Community-Project-Source/external/lib/linux/x86_64/libfmod.so* .`
109-
110-
- #### macOS
111-
macOS builds automatically resolve the relative path from `build/` where the executable exists to `external/lib/macos/`. If the executable is being launched via the symlink from Step 1 then this step is not required.
112108

113109
4. Run `./CortexCommand` or `./CortexCommand_debug` in the **Data Repository**.
114110

0 commit comments

Comments
 (0)