From 1ee6755aa90d4b55b6ad2d87d7fbd8dc599cc9d0 Mon Sep 17 00:00:00 2001 From: Brandon Skinner Date: Sun, 30 Sep 2012 15:00:53 -0600 Subject: [PATCH 1/2] The Ubuntu 12.04 directions were a little vague and brewed a bit of confusion. Added a bit more detail/explaination. --- README.md | 23 ++++++++++++++++++++++- 1 file changed, 22 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 86aeee6..536515d 100644 --- a/README.md +++ b/README.md @@ -97,6 +97,27 @@ On Ubuntu 12.04, Python 2.6 isn't available, so here's what worked for me: - Download python2.6 files from Ubuntu Archives - Extract the files: dpkg-deb -x python2.6_2.6.5-1ubuntu6_i386.deb python2.6 -- Copy the extracted usr/lib/python2.6 folder to {Sublime Text directory}/lib +- The directory structure of this extracted deb is: + + python2.6/ + usr/ + bin/ + include/ + lib/ + python2.6/ < This is the directory you need to copy + share/ + +- Copy the extracted python2.6/usr/lib/python2.6 folder to {Sublime Text directory}/lib +- So, the {Sublime Text directory}/lib directory should, at a minimum for this plugin be like: + + {Sublime Text directory}/ + lib/ + python26.zip + python2.6/ + aifc.py + anydbm.py + ast.py + asynchat.py + {A lot more .py files and directories} In theory, it should work with any XDebug client, but I've only tested with PHP. \ No newline at end of file From 566c074c5a5f0fe932c7325d0011e647bbbb70c6 Mon Sep 17 00:00:00 2001 From: Brandon Skinner Date: Sun, 30 Sep 2012 15:12:27 -0600 Subject: [PATCH 2/2] Made a slight rewording --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 536515d..711d920 100644 --- a/README.md +++ b/README.md @@ -108,7 +108,7 @@ On Ubuntu 12.04, Python 2.6 isn't available, so here's what worked for me: share/ - Copy the extracted python2.6/usr/lib/python2.6 folder to {Sublime Text directory}/lib -- So, the {Sublime Text directory}/lib directory should, at a minimum for this plugin be like: +- The {Sublime Text directory}/lib directory should, at a minimum for this plugin, be like: {Sublime Text directory}/ lib/