Hello all,
I am not sure if I can post this sort of question (apologies in advance) but I am trying to build something from this blog post.
# mkdir wkthumb
# cat > wkthumb.cpp
# qmake -project
# qmake && make
# ./wkthumb
I have no experience with this, but I download all the files needed in the directory wkthumb using git. I have gone inside this directory and tried to execute cat > wkthumb.cpp
- this just hangs for me. In addition, I thought cat
was supposed to be used like this: cat file1.txt file2.txt > file3.txt
? The above is blank with the first arguments?
I am using Fedora Core 10.