Gitiles
Code Review
Sign In
realtimeroboticsgroup.org
/
RealtimeRoboticsGroup
/
test
/
caf25a6679a57e140e7ab49ef2ec88db263d0a7d
/
.
/
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
}