File: win32.sh

package info (click to toggle)
uchardet 0.0.8-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 2,244 kB
  • sloc: cpp: 8,045; python: 1,305; ansic: 112; sh: 75; makefile: 9
file content (7 lines) | stat: -rw-r--r-- 141 bytes parent folder | download | duplicates (4)
1
2
3
4
5
6
7
mkdir --parents win32 \
&& cd win32 \
&& cmake .. \
	-G "MSYS Makefiles" \
	-DCMAKE_BUILD_TYPE=Release \
	-DCMAKE_INSTALL_PREFIX="" \
&& make