Saturday, September 20, 2008

My learning - 1

I have started to implement a wrapper for Dirac in ogg conatiner . I am going to use ffmpeg libraries and Vim as editor . This and following posts will be a diary of what i am learning .

Today 's leaning

:cd to change the directory
:pwd to know the path of the present file
:make to compile to the code without living VIM
:ls to list the num of files simulatneoulsy opened
:cn to next line of error
:clast to last line of error
:cfirst to first line of error
:cp to previous line of error

MAKEFILE is wrong way to naming the make file. It should be Makefile.

A good tutorial for vim
http://www.linuxjournal.com/article/8289
http://www.vim.org/

A good tutorial for make file .
http://www.tlug.org.za/old/csslug/writing_makefiles.html

After all this i am still to find the function to interact with schroeinger via ffmpeg.

No comments: