Skip to content
Draft
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion doc/developers.md
Original file line number Diff line number Diff line change
Expand Up @@ -178,7 +178,7 @@ git clone [email protected]:UCL/TDMS.git

module purge
module load beta-modules
module load gcc-libs/9.2.0 compilers/gnu/9.2.0 xorg-utils matlab/full/r2021a/9.10 fftw/3.3.6-pl2/gnu-4.9.2 cmake/3.21.1
module load gcc-libs/9.2.0 compilers/gnu/9.2.0 xorg-utils matlab/full/r2021a/9.10 fftw/3.3.6-pl2/gnu-4.9.2 hdf/5-1.10.5/gnu-9.2.0 cmake/3.21.1
cd TDMS/tdms
mkdir build; cd build
cmake .. \
Expand Down
Loading