Ticket #17 (closed TODO: Fixed)

Opened 4 months ago

Last modified 4 months ago

Dispensable ./configure in README

Reported by: nezza-_- Owned by:
Priority: Nice To Have Milestone: Edje 1.0
Component: edje Keywords: README
Cc: Blocking:
Blocked By:

Description (last modified by nezza-_-) (diff)

The README of Edje says in point 1 to 4:

  ./autogen.sh
  ./configure
  make
  sudo make install
  cd

./autogen.sh DOES actually run configure, so it should be

  ./autogen.sh
  make
  sudo make install
  cd

Change History

Changed 4 months ago by nezza-_-

  • description modified (diff)

Changed 4 months ago by DaveMDS

  • status changed from new to closed
  • resolution set to fixed

in CVS

Note: See TracTickets for help on using tickets.