summaryrefslogtreecommitdiff
path: root/README
blob: ce7569b4e7e4ab5b08f8c4ace8939d9e0515cc45 (plain)
1
2
3
4
5
6
7
8
Build instructions for Linux:

1) Build and install (e.g. to /opt/SimBody and /opt/OpenSim) SimBody and OpenSim
   according to documentation
2) $ mkdir build && cd build
3) $ ccmake ..
4) Toggle advanced features using [t], set Namespace to nothing
5) $ make
alue='reload'/>
authorDavidlohr Bueso <dave@stgolabs.net>2016-05-08 20:58:10 -0700
committerIngo Molnar <mingo@kernel.org>2016-05-09 08:39:52 +0200
commit58fe9c4621b7219e724c0b7af053112f974a08c3 (patch)
tree68d10da989c7321851dd9e4d816aa86001901212
parent8c5e95548d41a48b1eb2be741107a259251ebd86 (diff)
sched/core: Fix comment typo in wake_q_add()
... the comment clearly refers to wake_up_q(), and not wake_up_list(). Signed-off-by: Davidlohr Bueso <dbueso@suse.de> Cc: Linus Torvalds <torvalds@linux-foundation.org> Cc: Peter Zijlstra <peterz@infradead.org> Cc: Thomas Gleixner <tglx@linutronix.de> Cc: dave@stgolabs.net Link: http://lkml.kernel.org/r/1462766290-28664-1-git-send-email-dave@stgolabs.net Signed-off-by: Ingo Molnar <mingo@kernel.org>
Diffstat