./configure is not required now
---- On Sun, 12 Jun 2016 15:40:34 +0800 sad...@zoho.com wrote ----
If anyone is interested in using CMake to build TeXmacs, see this
branch(https://github.com/sadhen/texmacs/tree/sadhen) for the latest code.
to build:
./configure --prefix=/path/to/preferred
mkdir build
cd build
cmake .. -DCMAKE_INSTALL_PREFIX=/path/to/preferred
make -j4
make install
**NOTE**: have to run `./configure` because many files relating to building are
generated by template files using ./configure
Currently, I am investigating and trying to find an elegant way to generate
them in CMake.
---- On Sat, 11 Jun 2016 23:34:42 +0800 Karl Hegbloom <karl.hegbl...@gmail.com>
wrote ----
Thread continuing in the github pull request.
When we get this nailed down one of us will submit a patch here or in the
Savannah bts.
On Sat, Jun 11, 2016, 08:57 Karl Hegbloom <karl.hegbl...@gmail.com> wrote:
---------- Forwarded message ---------
From: Darcy Shen <notificati...@github.com>
Date: Sat, Jun 11, 2016, 06:43
Subject: [KarlHegbloom/texmacs] Use CMake to build TeXmacs (#6)
To: KarlHegbloom/texmacs <texm...@noreply.github.com>
It works on my debian sid. And should also works on Ubuntu 16.04.
You can view, comment on, or merge this pull request online at:
https://github.com/KarlHegbloom/texmacs/pull/6
Commit Summary
add kdev4 files to gitignore
successfully build texmacs using cmake
make it installable
File Changes
M .gitignore (2)
M src/CMakeLists.txt (32)
D src/cmake/FindFreeType2.cmake (30)
M src/cmake/FindGuile.cmake (5)
D src/cmake/FindQt4.cmake (1287)
M src/src/CMakeLists.txt (360)
Patch Links:
https://github.com/KarlHegbloom/texmacs/pull/6.patch
https://github.com/KarlHegbloom/texmacs/pull/6.diff
—
You are receiving this because you are subscribed to this thread.
Reply to this email directly, view it on GitHub, or mute the thread.
_______________________________________________
Texmacs-dev mailing list
Texmacs-dev@gnu.org
https://lists.gnu.org/mailman/listinfo/texmacs-dev
_______________________________________________
Texmacs-dev mailing list
Texmacs-dev@gnu.org
https://lists.gnu.org/mailman/listinfo/texmacs-dev
_______________________________________________
Texmacs-dev mailing list
Texmacs-dev@gnu.org
https://lists.gnu.org/mailman/listinfo/texmacs-dev