close
Warning:
Can't synchronize with repository "(default)" ("(default)" is not readable or not a Git repository.). Look in the Trac log for more information.
- Timestamp:
-
Jan 6, 2017, 11:20:18 PM (8 years ago)
- Author:
-
Clarence Wret
- Comment:
-
--
Legend:
- Unmodified
- Added
- Removed
- Modified
-
v69
|
v70
|
|
495 | 495 | }}} |
496 | 496 | |
| 497 | = Recompiling NUISANCE with the new sample = |
| 498 | |
| 499 | Since we've added files to the `CMakeList.txt` we need to reprocess the makefiles produced by CMake. This is done by: |
| 500 | |
| 501 | {{{ |
| 502 | $ mkdir -p build |
| 503 | $ cd build |
| 504 | $ cmake .. |
| 505 | }} |
| 506 | |
| 507 | We can then proceed as usual by cleaning the make, sourcing our environment and making the project: |
| 508 | |
| 509 | {{{ |
| 510 | $ make clean |
| 511 | $ source $uname/setup.sh |
| 512 | $ make -j |
| 513 | $ make docs |
| 514 | $ make install |
| 515 | }}} |
| 516 | |
| 517 | If all is well we exit without any errors and we can proceed to making predictions for our new sample in NUISANCE. |
| 518 | |
| 519 | = Running NUISANCE with the new sample = |
497 | 520 | |
498 | 521 | [=#point_fullimp] |