Skip to Content.
Sympa Menu

texmacs-users - Re: Constant Use of 100% CPU

Subject: mailing-list for TeXmacs Users

List archive

Re: Constant Use of 100% CPU


Chronological Thread 
  • From: Sebastian Miele <address@hidden>
  • To: Darcy Shen <address@hidden>
  • Cc: address@hidden
  • Subject: Re: Constant Use of 100% CPU
  • Date: Tue, 28 Jul 2020 16:46:53 +0200

Darcy Shen <address@hidden> writes:
> How did you compile TeXmacs? By CMake or autotools?

Compiling and installing by:

CFLAGS='-march=silvermont -mtune=silvermont' \
CXXFLAGS='-march=silvermont -mtune=silvermont' \
cmake ../0 \
-GNinja \
-DCMAKE_BUILD_TYPE=Release \
-DCMAKE_INSTALL_PREFIX=/opt/texmacs/0-release \
-DGUILECONFIG_EXECUTABLE=/usr/bin/guile-config1.8

cmake --build . --config Release
cmake --build . --config Release --target install

Running by:

/opt/texmacs/0-release/bin/texmacs



Archive powered by MHonArc 2.6.19.

Top of Page