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