Skip to content
stuckyb edited this page Jun 29, 2017 · 4 revisions

Building the PPO

Prerequisites

To build the PPO, you need to first make sure that you have OntoPilot installed somewhere on your system.

Building the PPO

To build the PPO, make sure your current directory is the location of the PPO's project.conf file; that is, the root PPO project directory. Then, run

$ ontopilot make ontology

or, you can abbreviate; e.g.

$ ontopilot make ont

If you also want to generate a reasoned version of the PPO, run

$ ontopilot make ont --reason

If you want to generate a version of the PPO with merged imports, run

$ ontopilot make ont --merge_imports

If you want to generate a reasoned version of the PPO with merged imports, run

$ ontopilot make ont --reason --merge_imports

Building the import modules

You generally don't have to worry about this, because whenever you build the PPO, OntoPilot will automatically rebuild any import modules that need to be updated. However, if you want to build the import modules without also building the ontology, run

$ ontopilot make imports

More details about the build system are available in the OntoPilot documentation.