308
edits
(→A Short HOWTO: placing XXX for Mac OS X instructions. Possible for Mac? Does not say....) |
(Make it clear how to run codesighs on mac) |
||
Line 31: | Line 31: | ||
* Enable --enable-codesighs by either placing in your .mozconfig file or by running configure manually. | * Enable --enable-codesighs by either placing in your .mozconfig file or by running configure manually. | ||
* Proceed with the normal build steps. | * Proceed with the normal build steps. | ||
* If you are using a linux build: | * If you are using a linux or Mac OS X build: | ||
** From the parent directory of the mozilla source tree, execute the following command: ./mozilla/tools/codesighs/autosummary.unix.bash results001.tsv results000.tsv summary001.txt | ** From the parent directory of the mozilla source tree, execute the following command: ./mozilla/tools/codesighs/autosummary.unix.bash results001.tsv results000.tsv summary001.txt | ||
* If you are using a windows build: | * If you are using a windows build: | ||
** From the parent directory of the mozilla source tree, execute the following command form your bash shell: ./mozilla/tools/codesighs/autosummary.win.bash results001.tsv results000.tsv summary001.txt | ** From the parent directory of the mozilla source tree, execute the following command form your bash shell: ./mozilla/tools/codesighs/autosummary.win.bash results001.tsv results000.tsv summary001.txt | ||
* See below for a description of these files and the output of the script. | * See below for a description of these files and the output of the script. | ||
edits