Changes between Version 1 and Version 2 of Using_Eclipse_with_PJSIP
- Timestamp:
- Aug 20, 2010 12:01:44 PM (14 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Using_Eclipse_with_PJSIP
v1 v2 17 17 18 18 1. Download ''Eclipse for C++ Developers'' for your platform from http://www.eclipse.org/downloads/. 19 - Even on Linux/Ubuntu you'd better off getting and installing Eclipse this way instead of with Package Manager, since as far as I know Eclipse C++ plug-in is not available from the repository (as of Ubuntu 09.10) and installing plug-in manually is rather cumbersome as you'd need to run Eclipse as root.19 - Even on !Linux/Ubuntu you'd better off getting and installing Eclipse this way instead of with Package Manager, since as far as I know Eclipse C++ plug-in is not available from the repository (as of Ubuntu 09.10) and installing plug-in manually is rather cumbersome as you'd need to run Eclipse as root. 20 20 2. Installation is straightforward, just unpack the tarball containing ''eclipse'' directory to your preferred directory, such as'''/opt''', and run the '''eclipse''' executable directly. 21 21 - sudo as root as necessary to write to /opt directory. … … 66 66 - Select '''Microsoft Visual Studio''' scheme 67 67 - Customize other key shortcuts as wanted (for example, F7 for Build) 68 1. Disable menubar F10 acceleration key :69 - Ubuntu/Gnome:68 1. Disable menubar F10 acceleration key, as we need the F10 to be captured by Eclipse (Visual Studio users use F10 for stepping to next statement during debugging): 69 - !Ubuntu/Gnome: 70 70 - On Gnome, F10 key will open application's menubar, even if it has been assigned to other thing with Eclipse (for example, Step Over with Visual Studio keys) 71 71 - To disable F10 from popping up the application menu, open terminal and run: