RetroZilla/extensions/manticore
Ryan Nematz 2f2ae146c0 first commit 2015-10-20 23:03:22 -04:00
..
bookmarks first commit 2015-10-20 23:03:22 -04:00
browser first commit 2015-10-20 23:03:22 -04:00
core first commit 2015-10-20 23:03:22 -04:00
defaults first commit 2015-10-20 23:03:22 -04:00
layout first commit 2015-10-20 23:03:22 -04:00
resources first commit 2015-10-20 23:03:22 -04:00
toolkit first commit 2015-10-20 23:03:22 -04:00
Manticore.csproj first commit 2015-10-20 23:03:22 -04:00
Manticore.csproj.user first commit 2015-10-20 23:03:22 -04:00
README first commit 2015-10-20 23:03:22 -04:00
app.cs first commit 2015-10-20 23:03:22 -04:00
bookmarks.xml first commit 2015-10-20 23:03:22 -04:00
makefile.win first commit 2015-10-20 23:03:22 -04:00
manticore.exe.manifest first commit 2015-10-20 23:03:22 -04:00
manticore.sln first commit 2015-10-20 23:03:22 -04:00

README

Manticore Browser

Manticore is a web browser embedding Gecko and Trident (IE) using the IWebBrowser2 interface exposed by each layout engine's ActiveX wrapper. The front end is written in C# using
the .NET framework. 

Build instructions:

1) install the .NET Framework SDK (download from msdn.microsoft.com) or Microsoft Visual Studio.NET. If you want to be able to build Mozilla again, make sure the "Register Environment Variables" option in the installer is unchecked. 

2) Open a console and run corvars.bat, or open the Visual Studio.NET console if you installed Visual Studio. 

3) Go to extensions\manticore and make first with the 'bindings' target. This will take quite some time, no it has not hung, let it complete. This process creates .NET compatible assemblies for the ActiveX controls.

4) Make with the 'app' target (or no target at all). This will build the FE. The FE is built optimized or debug depending on how MOZ_DEBUG is set. 

5) run 'manticore.exe'

You can debug using the CLR debugger that ships with the .NET SDK or with Visual Studio.NET provided you can get the damned project to build from within the environment. If you can figure out how to do that, please let us know! ;)

Contact:
- Ben Goodger <ben@netscape.com> or David Hyatt <hyatt@netscape.com>