-
Notifications
You must be signed in to change notification settings - Fork 2
/
README
47 lines (29 loc) · 1.03 KB
/
README
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
MOOSE: Modular Object-Oriented Solidity Engine
This module is a development framework for a new BRL-CAD GUI. It's
intended to be only for developers at this time. If you're checking
this out, it's expected that you are a competent developer. Please
direct all feedback to the BRL-CAD developer mailing list. Thank you
for your patience and understanding.
Compilation & Installation
--------------------------
Read INSTALL and skip the rest of this file for now.
Compilation & Installation
--------------------------
YOU MUST COMPILE & INSTALL BRL-CAD BEFORE COMPILING RT^3
For more details on building the sources and options available, see
the INSTALL file. To build the sources and get up and running with
default settings, run the following commands:
git clone https://github.com/BRL-CAD/rt-cubed
mkdir -p rt-cubed/.build
cd rt-cubed/.build
cmake .. -DBRLCAD_VERSION=7.32.5 -DBRLCAD_ROOT=/path/to/brlcad/.build
make -j4
Known Bugs
----------
See BUGS
Contributors
------------
See AUTHORS
Development
-----------
See HACKING