You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
cd Gudrun
mkdir build && cd build
cmake ../ -DBUILD_SZIP:bool=true -DCMAKE_OSX_ARCHITECTURES:string"arm64" -DCMAKE_INSTALL_PREFIX:path=pwd/..
make install
Copy and paste the built binary
Building GudPy
Edit requirements.txt file so that PySide version is set to 6.6.0.
cd GudPy
python3 -m install -r requirements.txt
pyside6-rcc gudpy/gui/widgets/resources/resources.qrc > gudpy/gui/widgets/resources/resources_rc.py
# Copy startup files and binaries from Gudrun to GudPy
cp <Gudrun dir>/bin/ <GudPy-dir>/bin
cp -r ../Gudrun/StartupFiles ./bin
The text was updated successfully, but these errors were encountered:
Here are the steps:
Install Dependencies
We will be using Homebrew as the package manager. Get Homebrew via:
Using Homebrew, install the following dependencies:
Get gcc and create a link:
Install the following dependencies using pip:
Build Dependencies
Clone the following repositories in your home directory:
ModEx
To compile the code, you will have to specify the GSL directories. Replace
2.7.1
with the GSL version being used:Build:
GudRun
Copy and paste the built binary
Building GudPy
Edit requirements.txt file so that PySide version is set to 6.6.0.
The text was updated successfully, but these errors were encountered: