Porting the package manager

Thursday, 19 May 2005 14:37 by CSchenk

I have completed refactoring the MiKTeX core library. The library now compiles on Linux systems.

Next comes the package manager library. Challenges in this area are the following:

  • Internet protocols (HTTP, FTP)
  • cabinet files

Currently, the library uses Windows APIs to access the Internet and to read cabinet files. In order to make the library portable, I will refactor it to use

The refactoring will take a month or two. Once completed, we have the command-line version (http://www.miktex.org/manual/mpm.html) of the MiKTeX package manager ready to be run on Linux, i.e., teTeX/TeXLive users will be able to download and install packages from the MiKTeX package repository.

Be the first to rate this post

  • Currently 0/5 Stars.
  • 1
  • 2
  • 3
  • 4
  • 5

Related posts

Comments are closed