Skip to content

Commit a1b617e

Browse files
committed
first commit
0 parents  commit a1b617e

File tree

1 file changed

+17
-0
lines changed

1 file changed

+17
-0
lines changed

README.md

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,17 @@
1+
# REQUIREMENTS
2+
- Execute commands
3+
```
4+
sudo apt-get update
5+
sudo apt-get upgrade
6+
sudo apt-get install scons g++ bison flex++ g++-4.8-multilib
7+
```
8+
9+
# UNIVERSAL PDDL PARSER
10+
- The parser is included in the repository and is compiled when you run scons in the main directory
11+
12+
# PLANNERS
13+
## Fast-Downward
14+
- Is compiled when you run scons
15+
- There are few required libraries like bison, flex, g++ and python
16+
- For more information go to the [planner webpage](http://www.fast-downward.org/)
17+
# automated-programming-framework-private

0 commit comments

Comments
 (0)