-
Notifications
You must be signed in to change notification settings - Fork 2
/
INSTALL
40 lines (26 loc) · 1.34 KB
/
INSTALL
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
How to install Semantic
1) Byte compile semantic (optional, but recommended)
2) Install load hooks into your .emacs file.
Follow the INSTALL file in the top level of this distribution.
3) If turning everything on is too much:
There are five levels of support provided in semantic. The
functions you can use are:
semantic-load-enable-minimum-features
semantic-load-enable-code-helpers
semantic-load-enable-gaudy-code-helpers
semantic-load-enable-excessive-code-helpers
semantic-load-enable-semantic-debugging-helpers
If you do not get the specific combination of features you want
you can enable or disable individual features as you wish.
Please see the documentation for those features for additional
information about what they enable.
There is also support for Exuberent ctags if it is installed. Use:
semantic-load-enable-all-exuberent-ctags-support
3.141) Custom setup
If you don't want to use one of the default mode enable functions
above, you can instead turn on only the parts you want.
Read the info file in doc/semantic-user.info. It contains descriptions
all the different minor modes.
4) To send bug reports, or participate in discussions about semantic,
use the mailing list cedet-semantic@@sourceforge.net via the URL:
http://lists.sourceforge.net/lists/listinfo/cedet-semantic