summaryrefslogtreecommitdiff
path: root/README
blob: 81cf89f97253e9c0db16eb8c03a8bf5e9472e98a (plain)
1
2
3
4
5
6
7
8
9
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) Set OPENSIM_INSTALL_DIR to path where OpenSim was installed in 1)
5) Toggle advanced features using [t], set Namespace to nothing
6) $ make
rm.submit();'>
authorIvan Safonov <insafonov@gmail.com>2016-09-03 22:30:32 +0700
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>2016-09-12 11:23:21 +0200
commitc672491969fae421f9de16877aa3a2257893558f (patch)
treee4ab3c1058d997ebe02ef5dd1b584db94236474c /drivers
parent999266d87bb4025f18c169e5f9ce4f785797cecb (diff)
staging: r8188eu: remove nr_endpoint member of dvobj_priv structure
nr_endpoint used as local variable. Signed-off-by: Ivan Safonov <insafonov@gmail.com> Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Diffstat (limited to 'drivers')
-rw-r--r--drivers/staging/rtl8188eu/include/drv_types.h2
-rw-r--r--drivers/staging/rtl8188eu/os_dep/usb_intf.c3
2 files changed, 1 insertions, 4 deletions
diff --git a/drivers/staging/rtl8188eu/include/drv_types.h b/drivers/staging/rtl8188eu/include/drv_types.h