Changes between Version 10 and Version 11 of compile_all
- Timestamp:
- Feb 13, 2019, 5:09:45 PM (6 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
compile_all
v10 v11 71 71 == Recompile a particular project == 72 72 73 __NOTE__: this is only for projects provided in ''flair-src'' and ''flair-hds'' repositories. For your own project go to next [wiki:compile_all#Compileyourownproject section] 74 73 75 If you have already done the previous step (compile everything) and you want to just recompile and install a particular project (lib, demo or tool), do the following: 74 76 {{{ … … 97 99 * ''flair-hds/demos/demo'': a flair hds demo (for example ''flair-hds/demos/ApriltagFollower''). Not that you can also have subfolders like ''flair-hds/demos/ApriltagFollower/simulator'' or ''flair-hds/demos/ApriltagFollower/uav'' if you want to compile just simulator or uav project 98 100 99 == Compile only a project == 101 == Compile your own project == 102 103 __NOTE__: this is also works for projects provided in ''flair-src'' and ''flair-hds'' repositories. 100 104 101 105