reitzig / ltx2any

Yet another LaTeX build wrapper, with one or two nifty features
GNU General Public License v3.0
59 stars 4 forks source link

Add detail to Windows installation tips #119

Closed tylerdq closed 5 years ago

tylerdq commented 5 years ago

In addition to the steps outlined here, I also had to take the following steps to resolve dependencies:

  1. gem install bundler
  2. bundle check
  3. bundle update --bundler

I think listing these steps could help other first-time Ruby users like myself.

reitzig commented 5 years ago

Ah, yes, thanks for calling me on that. I thought I updated the wiki after #117 but it seems I didn't.

Is it better now, or do you think Windows needs special treatment?

(FWIW, I have pending work to make a gem out of this, which simplifies the whole process. No ETA, alas.)

tylerdq commented 5 years ago

No worries, I think it makes sense now. I also edited the wiki just now to add a link to the bundler website as a hint to those who may not be familiar with ruby dependency management.