-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathReadMe
More file actions
34 lines (24 loc) · 1.31 KB
/
ReadMe
File metadata and controls
34 lines (24 loc) · 1.31 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
BVRDE Version 1 Release
Copyright (C) 2003-2011 Bjarke Viksøe
Introduction:
-------------
BVRDE is an Integrated Development Environment (IDE) for C and C++.
It is designed to make remote/cross-platform development easy. Its
features include project management, application wizards, an
integrated interactive debugger, and a powerful source editor
with source browsing and syntax highlighting.
The goal of this tool is to allow a developer to compile and debug
applications entirely on a remote computer, while editing and issuing
compile and debug commands through a local interface.
BVRDE supports a variety of network protocols to allow connection with
various remote systems. This includes FTP and secure & encrypted protocols
such as SSH and SFTP.
This program is free software; you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
the Free Software Foundation; either version 2 of the License, or
(at your option) any later version.
Copyright (C) 2002-2011 Bjarke Viksøe (bviksoe@users.sourceforge.net)
---------------------------------------------------------------------
To start BVRDE, simply activate the application from the program-icon
in the Start Menu, or double-click on the BVRDE executable.
** Good Luck **