From 0883acd4eb19f0241e81440adebffaf8eaff3717 Mon Sep 17 00:00:00 2001 From: JamesXD <49453187+jimxia7@users.noreply.github.com> Date: Tue, 24 Mar 2026 14:45:31 -0500 Subject: [PATCH 1/3] Update Readme.md format --- README.md | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/README.md b/README.md index ffc6b05..7ca2503 100644 --- a/README.md +++ b/README.md @@ -149,21 +149,21 @@ If you find a cleaner way to specific the library paths, please let me know. For Apple Silicon (M-Series Chips), the brew installation location is moved to /opt/homebrew. So some installation instruction is different. Make sure you have homebrew installed, then install the dependencies as normal. -'''bash +```bash brew install qt gsl qwt cmake -''' +``` Then clone the git repo, cd into the repo, make the build folder, and then cd into the build folder. -'''bash +```bash git clone https://github.com/arkottke/strata.git cd strata mkdir build cd build -''' +``` Then run the following to compile. -'''bash +```bash cmake .. \ -DQWT_ROOT_DIR=$(brew --prefix qwt) \ -DQWT_INCLUDE_DIR=$(brew --prefix qwt)/lib/qwt.framework/Headers \ @@ -172,7 +172,7 @@ cmake .. \ -DCMAKE_INSTALL_PREFIX=dist cmake --build . --target install -''' +``` Now you installed the strata into your /Application folder. You can run it from searching 'strata' in spotline search. From 6fb9b7680a7df3573cba4f2d2814ce1ac4ce0d30 Mon Sep 17 00:00:00 2001 From: JamesXD <49453187+jimxia7@users.noreply.github.com> Date: Tue, 24 Mar 2026 14:58:00 -0500 Subject: [PATCH 2/3] updated Readme.md updated Readme.md on where examples and manuals are --- README.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 7ca2503..2fa1227 100644 --- a/README.md +++ b/README.md @@ -174,7 +174,9 @@ cmake .. \ cmake --build . --target install ``` -Now you installed the strata into your /Application folder. You can run it from searching 'strata' in spotline search. +Now you installed the strata into your /Application folder. You can run it from searching 'strata' in spotline search. + +The manual and examples are packaged inside the strata.app. Right click on the strata.app in finder and choose **"Show Package Contents"**. ## Testing From c48109b4440f72b13778afcc9da0afff96a6a6ba Mon Sep 17 00:00:00 2001 From: JamesXD <49453187+jimxia7@users.noreply.github.com> Date: Tue, 24 Mar 2026 14:58:45 -0500 Subject: [PATCH 3/3] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 2fa1227..5149b26 100644 --- a/README.md +++ b/README.md @@ -176,7 +176,7 @@ cmake --build . --target install Now you installed the strata into your /Application folder. You can run it from searching 'strata' in spotline search. -The manual and examples are packaged inside the strata.app. Right click on the strata.app in finder and choose **"Show Package Contents"**. +The manual and examples are packaged inside the strata.app. Right click on the `strata.app` in finder and choose **"Show Package Contents"**. ## Testing