Skip to content

Commit

Permalink
remove outdated vcxproj files add basic build instructions
Browse files Browse the repository at this point in the history
  • Loading branch information
kevinhendricks committed Jan 29, 2024
1 parent ebc1b93 commit 439c834
Show file tree
Hide file tree
Showing 5 changed files with 17 additions and 210 deletions.
1 change: 1 addition & 0 deletions ChangeLog.txt
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@ List of Changes since the Fork
==============================
In reverse chronological order:

- remove long outdated vcxproj files, support building with cmake and nmake only on Windows
- change update foreign attributes to remove xml:base and add xlink:arcrole to follow whatwg spec
- fixed minor memory leaks
- correctly handle text in form elements
Expand Down
17 changes: 16 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ Original Goals & features:
Installation
============

To build and install the library, use CMake version 3.0 or later
To build and install the library on macOS and Linux/Unix, use CMake version 3.0 or later

git clone https://github.com/Sigil-Ebook/sigil-gumbo.git
mkdir build
Expand All @@ -48,6 +48,21 @@ To build and install the library, use CMake version 3.0 or later
make -j4


To build the library on Windows, use CMake version 3.0 or later

1. clone the sigil gumbo repo
git clone https://github.com/Sigil-Ebook/sigil-gumbo.git

2. create a seprate build directory (do not build in the source directory itself)
mkdir build
cd build

3. Start the Visual Studio Command prompt for x64

4. cmake -G "NMake Makefiles" ..\sigil-gumbo
nmake


To run the html5lib tree-construction test suite from the build directory
after building

Expand Down
106 changes: 0 additions & 106 deletions visualc/gumbo.vcxproj

This file was deleted.

99 changes: 0 additions & 99 deletions visualc/gumbo.vcxproj.filters

This file was deleted.

4 changes: 0 additions & 4 deletions visualc/gumbo.vcxproj.user

This file was deleted.

0 comments on commit 439c834

Please sign in to comment.