Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/fill
diff options
context:
space:
mode:
authorGonzalo Odiard <godiard@gmail.com>2012-03-15 13:11:13 (GMT)
committer Gonzalo Odiard <godiard@gmail.com>2012-03-15 13:11:13 (GMT)
commitd6026d204a9586fad31f2952af8d53a4037b4371 (patch)
treeef9db3b2b96fc83a831142963bcc9f70f3fa6b19 /fill
parentc3e31d9a2b9365a44fb299602d461510ac4c11c0 (diff)
Add a instructive to compile the binaries
Diffstat (limited to 'fill')
-rw-r--r--fill/COMPILE.txt10
1 files changed, 10 insertions, 0 deletions
diff --git a/fill/COMPILE.txt b/fill/COMPILE.txt
new file mode 100644
index 0000000..06117d2
--- /dev/null
+++ b/fill/COMPILE.txt
@@ -0,0 +1,10 @@
+To compile
+
+yum install make gcc python-devel pygtk2-devel gtk2-devel
+
+make
+
+check the directory where the files are placed,
+right now only arch and python version are used to create
+the directory name.
+gcc incompatible changes will break other configurations.