Gitiles
Code Review
Sign In
realtimeroboticsgroup.org
/
RealtimeRoboticsGroup
/
test
/
4769bb4dde68673fcddb77bf471b51f61bcf4dd7
/
.
/
third_party
/
rawrtc
/
usrsctp
/
autogen.sh
blob: 61d40ab4c6cde6171d8b06cec556dbafb28bca57 [
file
] [
log
] [
blame
]
#!/bin/sh -e
cmake
-
DCMAKE_INSTALL_PREFIX
=/
usr
.
cores
=
`getconf _NPROCESSORS_ONLN`
make
-
j$
{
cores
}