File tree Expand file tree Collapse file tree 3 files changed +12
-12
lines changed
Expand file tree Collapse file tree 3 files changed +12
-12
lines changed Original file line number Diff line number Diff line change 33 mkdir -p build
44 cd build
55
6- cmake -DLABSOUND_ASOUND=1 -DCMAKE_POSITION_INDEPENDENT_CODE=ON -DCMAKE_RULE_MESSAGES=OFF ..
6+ cmake -DLABSOUND_ASOUND=1 -DCMAKE_BUILD_TYPE=Release -DCMAKE_RULE_MESSAGES=OFF ..
77
8- cmake --build . --target samplerate --config Release
9- cmake --build . --target libnyquist --config Release
10- cmake --build . --target LabSound --config Release
8+ cmake --build . --config Release
119)
1210
1311cp src/LabSound-1.2.0/build/bin/libLabSound.a src/build/libLabSound.a
12+
13+ ls src/LabSound-1.2.0/build/third_party
1414cp src/LabSound-1.2.0/build/third_party/libsamplerate/src/libsamplerate.a src/build/libsamplerate.a
Original file line number Diff line number Diff line change 33 mkdir -p build
44 cd build
55
6- cmake -G " Xcode " ..
6+ cmake -DCMAKE_BUILD_TYPE=Release -DCMAKE_RULE_MESSAGES=OFF ..
77
8- cmake --build . --target samplerate --config Release
9- cmake --build . --target libnyquist --config Release
10- cmake --build . --target LabSound --config Release
8+ cmake --build . --config Release
119)
1210
1311cp src/LabSound-1.2.0/build/bin/Release/LabSound.framework/Versions/A/LabSound src/build/LabSound
12+
13+ ls src/LabSound-1.2.0/build/third_party
1414cp src/LabSound-1.2.0/build/third_party/libnyquist/lib/Release/liblibnyquist.a src/build/liblibnyquist.a
1515cp src/LabSound-1.2.0/build/third_party/libsamplerate/src/Release/libsamplerate.a src/build/libsamplerate.a
Original file line number Diff line number Diff line change 33 mkdir -p build
44 cd build
55
6- cmake -A x64 -D CMAKE_POLICY_DEFAULT_CMP0091=NEW -T v142 ..
6+ cmake -A x64 -DCMAKE_BUILD_TYPE=Release -T v142 -DCMAKE_RULE_MESSAGES=OFF ..
77
8- cmake --build . --target samplerate --config Release
9- cmake --build . --target libnyquist --config Release
10- cmake --build . --target LabSound --config Release
8+ cmake --build . --config Release
119)
1210
1311cp src/LabSound-1.2.0/build/bin/Release/LabSound.lib src/build/LabSound.lib
12+
13+ ls src/LabSound-1.2.0/build/third_party
1414cp src/LabSound-1.2.0/build/third_party/libnyquist/lib/Release/libnyquist.lib src/build/libnyquist.lib
1515cp src/LabSound-1.2.0/build/third_party/libsamplerate/src/Release/samplerate.lib src/build/samplerate.lib
You can’t perform that action at this time.
0 commit comments