Having too many saved/offline html folders, maybe created using Httrack like website-mirrorring software?
Storing and using these is a bit of a headache.
All you need is to convert these loose files into a compressed html file i.e. CHM file
with facilities like indexing, favorites etc.
Step 1: Install chmProcessor from http://sourceforge.net/projects/chmprocessor/. It's free to download.
Step 2: Install HTML Help Workshop if it's not already installed on your windows system
Step 3: Point chmProcessor to the HTML Help Compressor using File > Settings menu option
Step 4: Point chmProcessor to
a) the "Source File" i.e. the index.html file,
b) "Add Directory" for the directory containing the rest of the html files and
c) "Compile Help" directory to place the output .chm file
Step 5: Click "Generate" button to get the .chm file.
Gotchas: Common mistakes are to forget change the output path from one project to another.
Showing posts with label linux-tools. Show all posts
Showing posts with label linux-tools. Show all posts
Monday, September 27, 2010
Monday, September 20, 2010
Installing Eclipse C++ CDT with Linux Tools for debugging and profiling applications on Linux
The Eclipse incubation project Linux Tools integrates C/C++ Development tools.
It's a GUI plugin to integrate tools like Valgrind, GProf, GCov, SystemTap etc into the Eclipse C++ CDT IDE.
[Articles on Linux Tools]
[Website]
[Interview]
[Cpp Check tool integration with Eclipse]
It's a GUI plugin to integrate tools like Valgrind, GProf, GCov, SystemTap etc into the Eclipse C++ CDT IDE.
[Articles on Linux Tools]
- IBM DeveloperWorks (search for Linux Tools)
- RedHat Article
- Installing/Updating LinuxTools using UpdateManager (Note: You may need to do a Java6 JRE update as described below first.)
- Updating Eclipse Helios CDT with UpdateManager
- Java6 JRE update :
apt-get install sun-java6-jre
- Unzip the Eclipse tarball and run the eclipse binary from inside the tarball:
&& ./eclipse[Website]
- Eclipse Linux Tools website
- Valgrind support page
- Other "Valgrind Frontends/GUIs"
- Valkyrie Memcheck Frontend
- Valgrind User Guide (Wiki)
- How-to configure Valgrind plugin of Eclipse (with Video Demos)
- How-to configure Callgrind plugin of Eclipse
- Valgrind Quick Start Guide
- Linux Journal How-To (with screen-shots)
- How-to use Valgrind with Eclipse as an External Tool
- Valgrind How-To from The Linux Documentation Project
- Red Hat C++ Developer Guide (PDF) on how to configure Eclipse CDT, GDB, Valgrind
- Valgrind User manual
- Valgrind 3.3 debugging and profiling manual
- Notes on CacheGrind Design and Implementation
- Notes on MemGrind Design and Implementation
- Paper on potential uses of Valgrind Framework for instrumentation
[Interview]
[Cpp Check tool integration with Eclipse]
- cppcheclipse integration of with Eclipse CDT from (google code):
- About: http://code.google.com/a/eclipselabs.org/p/cppcheclipse/
- Wiki: http://code.google.com/a/eclipselabs.org/p/cppcheclipse/wiki/Installation
- Download: http://code.google.com/a/eclipselabs.org/p/cppcheclipse/downloads/list
Labels:
c++,
CDT,
debugging,
eclipse,
how-to,
install,
linux,
linux-tools,
plugin,
profiling,
updation
Subscribe to:
Posts (Atom)
