X-Git-Url: http://www.aleph1.co.uk/gitweb/?p=yaffs2.git;a=blobdiff_plain;f=direct%2Fpython%2FREADME_yaffs_browser_py.txt;fp=direct%2Fpython%2FREADME_yaffs_browser_py.txt;h=0000000000000000000000000000000000000000;hp=fad0b6f0840de095ff8492063310b5fc63bf3be7;hb=c08faae4258b29a794ad55ca160c5a247145c838;hpb=87b33ecd1898c99b9aa2b0abcbb3e6002d6b3532 diff --git a/direct/python/README_yaffs_browser_py.txt b/direct/python/README_yaffs_browser_py.txt deleted file mode 100644 index fad0b6f..0000000 --- a/direct/python/README_yaffs_browser_py.txt +++ /dev/null @@ -1,25 +0,0 @@ -Readme for the yaffs_browser.py file -by Timothy Manning 2010 - -to run yaffs_browser: - python yaffs_browser.py - - -the yaffs browser is a gui interface used for browsing a yaffs emfile. -python and tkinter must be installed for browser to run. - sudo apt-get install python python-tk - -the yaffs_browser.py file must be run in yaffs/direct/python/ directory due to linking issues with python. - -browsing other emfiles - yaffs will mount the emfile in the same directory as the browser as default - to look at a emfile in a diffrent directory create a symbolic link to the emfile you wish to browse. - ln -s [target path] [emfile name] - - - -TODO list - Add scroll bars to all windows. - Add Ctrl + S short cut to save a file - Make the brower and editor window entry and list boxes resize when the window is maximized. -